From c0d4957f333add9b8fcf7cb3a8ff91dafcafc01b Mon Sep 17 00:00:00 2001 From: pst Date: Tue, 23 Jan 1996 02:02:03 +0000 Subject: Add bootpgw makefile --- libexec/bootpd/bootpgw/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libexec/bootpd/bootpgw/Makefile (limited to 'libexec/bootpd') 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 -- cgit v1.1