Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git] / libexec / bootpgw / Makefile
blob100eeaa1dcea533b444bd68e94303ad193360fbc
1 # bootpgw/Makefile
2 # $Id: Makefile,v 1.1 1994/05/30 20:18:33 gwr Exp $
4 PROG= bootpgw
5 SRCDIR= ${.CURDIR}/../bootpd
6 CFLAGS+= -DSYSLOG -DDEBUG -I${SRCDIR}
7 .PATH: ${SRCDIR}
9 SRCS= bootpgw.c getif.c hwaddr.c report.c
11 MAN8=
13 .include <bsd.prog.mk>