diff options
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/bootpd/tools/bootptest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/bootpd/tools/bootptest/Makefile b/libexec/bootpd/tools/bootptest/Makefile index 5350b7ce64b5..d137e736ab12 100644 --- a/libexec/bootpd/tools/bootptest/Makefile +++ b/libexec/bootpd/tools/bootptest/Makefile @@ -1,9 +1,9 @@ # Makefile -# $Id: Makefile,v 1.1.1.1 1994/09/30 05:45:07 pst Exp $ +# $Id: Makefile,v 1.2 1995/05/30 05:45:51 rgrimes Exp $ PROG= bootptest MAN8= bootptest.8 -SRCS= bootptest.o print-bootp.o getif.o getether.o report.o +SRCS= bootptest.c getether.c getif.c print-bootp.c report.c SRCDIR= ${.CURDIR}/../.. CFLAGS+=-I${SRCDIR} |
