diff options
author | pst <pst@FreeBSD.org> | 1996-01-23 02:02:03 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-01-23 02:02:03 +0000 |
commit | c0d4957f333add9b8fcf7cb3a8ff91dafcafc01b (patch) | |
tree | 147d0c0d57bbfbdb20d7a41ee702d6d75d777d4a /libexec | |
parent | 628652a2af87f2e388365addad0ded9cf09a5f0f (diff) | |
download | FreeBSD-src-c0d4957f333add9b8fcf7cb3a8ff91dafcafc01b.zip FreeBSD-src-c0d4957f333add9b8fcf7cb3a8ff91dafcafc01b.tar.gz |
Add bootpgw makefile
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/bootpd/bootpgw/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libexec/bootpd/bootpgw/Makefile b/libexec/bootpd/bootpgw/Makefile new file mode 100644 index 0000000..c000107 --- /dev/null +++ b/libexec/bootpd/bootpgw/Makefile @@ -0,0 +1,12 @@ +# Makefile +# $Id: Makefile,v 1.1.1.1 1994/09/30 05:43:13 pst Exp $ + +PROG= bootpgw +NOMAN= true +SRCS= bootpgw.c getif.c hwaddr.c report.c rtmsg.c + +SRCDIR= ${.CURDIR}/.. +CFLAGS+=-I${SRCDIR} +.PATH: ${SRCDIR} + +.include <bsd.prog.mk> |