blob: ee3ec4decdf68063fac6ce49eb8fee99ff12e360 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
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}/../bootpd
CFLAGS+=-I${SRCDIR}
.PATH: ${SRCDIR}
.include <bsd.prog.mk>
|