diff options
| author | Paul Traina <pst@FreeBSD.org> | 1996-01-23 02:02:03 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1996-01-23 02:02:03 +0000 |
| commit | 0490e2a765f6edc6f4935611393ad2bfb8a65132 (patch) | |
| tree | 147d0c0d57bbfbdb20d7a41ee702d6d75d777d4a /libexec/bootpd/bootpgw | |
| parent | d1c0e759215476ec5efda9d6bc78fe83ebfe92ca (diff) | |
Notes
Diffstat (limited to 'libexec/bootpd/bootpgw')
| -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 000000000000..c000107e9a04 --- /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> |
