mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fixed 7 style bugs. The contents of such a simple Makefile is entirely
determined by style rules, the program name and the existence of the man page.
This commit is contained in:
parent
9fd9f49c01
commit
900d63bade
1 changed files with 2 additions and 6 deletions
|
|
@ -1,10 +1,6 @@
|
|||
#
|
||||
# $Id$
|
||||
#
|
||||
# $Id$
|
||||
|
||||
PROG= gensetdefs
|
||||
SRCS= gensetdefs.c
|
||||
NOMAN=1
|
||||
NOMAN= noman
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue