diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
commit | d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch) | |
tree | ece253b876159b39c620e62b6c9b1174642e070e /usr.sbin/bootpgw |
initial import of NetBSD tree
Diffstat (limited to 'usr.sbin/bootpgw')
-rw-r--r-- | usr.sbin/bootpgw/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/usr.sbin/bootpgw/Makefile b/usr.sbin/bootpgw/Makefile new file mode 100644 index 00000000000..a4083f17d97 --- /dev/null +++ b/usr.sbin/bootpgw/Makefile @@ -0,0 +1,14 @@ +# bootpgw/Makefile +# $Id: Makefile,v 1.1 1995/10/18 08:47:28 deraadt Exp $ + +PROG= bootpgw +SRCDIR= ${.CURDIR}/../bootpd +CFLAGS+= -DSYSLOG -DDEBUG -I${SRCDIR} +.PATH: ${SRCDIR} + +SRCS= bootpgw.c getif.c hwaddr.c report.c + +NOMAN= + +.include <bsd.prog.mk> + |