xref: /freebsd/libexec/bootpd/bootpgw/Makefile (revision 0490e2a765f6edc6f4935611393ad2bfb8a65132)
1# Makefile
2# $Id: Makefile,v 1.1.1.1 1994/09/30 05:43:13 pst Exp $
3
4PROG=	bootpgw
5NOMAN=  true
6SRCS=	bootpgw.c getif.c hwaddr.c report.c rtmsg.c
7
8SRCDIR=	${.CURDIR}/..
9CFLAGS+=-I${SRCDIR}
10.PATH:	${SRCDIR}
11
12.include <bsd.prog.mk>
13