NetBSD/usr.sbin/bootpgw/Makefile

15 lines
246 B
Makefile
Raw Normal View History

1994-06-28 01:29:46 +04:00
# bootpgw/Makefile
1994-12-22 14:32:57 +03:00
# $Id: Makefile,v 1.2 1994/12/22 11:33:16 cgd Exp $
1994-06-28 01:29:46 +04:00
PROG= bootpgw
SRCDIR= ${.CURDIR}/../bootpd
CFLAGS+= -DSYSLOG -DDEBUG -I${SRCDIR}
.PATH: ${SRCDIR}
SRCS= bootpgw.c getif.c hwaddr.c report.c
1994-12-22 14:32:57 +03:00
NOMAN=
1994-06-28 01:29:46 +04:00
.include <bsd.prog.mk>