Add bootpgw makefile

This commit is contained in:
Paul Traina 1996-01-23 02:02:03 +00:00
parent d1c0e75921
commit 0490e2a765
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13576

View File

@ -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>