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:
Bruce Evans 1998-10-14 10:21:10 +00:00
parent 9fd9f49c01
commit 900d63bade

View File

@ -1,10 +1,6 @@
#
# $Id$
#
# $Id$
PROG= gensetdefs
SRCS= gensetdefs.c
NOMAN=1
NOMAN= noman
.include <bsd.prog.mk>