Deleted Added
full compact
Makefile (13576) Makefile (21673)
1# Makefile
1# Makefile
2# $Id: Makefile,v 1.1.1.1 1994/09/30 05:43:13 pst Exp $
2# $FreeBSD: head/libexec/bootpd/bootpgw/Makefile 21673 1997-01-14 07:20:47Z jkh $
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>
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>