aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gensetdefs
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-10-14 10:21:10 +0000
committerBruce Evans <bde@FreeBSD.org>1998-10-14 10:21:10 +0000
commit900d63bade89eca7ce43ef5658d222a5dbcbbb85 (patch)
tree6c320c98243d955f5ca7dac8d3bf2658a19cab3c /usr.bin/gensetdefs
parent9fd9f49c018a59da3830b708f203461c030a4199 (diff)
downloadsrc-900d63bade89eca7ce43ef5658d222a5dbcbbb85.tar.gz
src-900d63bade89eca7ce43ef5658d222a5dbcbbb85.zip
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.
Notes
Notes: svn path=/head/; revision=40344
Diffstat (limited to 'usr.bin/gensetdefs')
-rw-r--r--usr.bin/gensetdefs/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/usr.bin/gensetdefs/Makefile b/usr.bin/gensetdefs/Makefile
index 92f124a31e8b..1f5fd6e43817 100644
--- a/usr.bin/gensetdefs/Makefile
+++ b/usr.bin/gensetdefs/Makefile
@@ -1,10 +1,6 @@
-#
-# $Id$
-#
+# $Id$
PROG= gensetdefs
-SRCS= gensetdefs.c
-NOMAN=1
+NOMAN= noman
.include <bsd.prog.mk>
-