11 lines
81 B
Makefile
11 lines
81 B
Makefile
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
PROG= gensetdefs
|
||
|
SRCS= gensetdefs.c
|
||
|
NOMAN=1
|
||
|
|
||
|
.include <bsd.prog.mk>
|
||
|
|