diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-10-05 20:27:09 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-10-05 20:27:09 +0000 |
| commit | 67c62cfbdf098f86392a498e6d9003ee98c3586d (patch) | |
| tree | b329d22effe679477434fa989461ca69b4ce3243 /libexec | |
| parent | ef6fe84a04daac7deab5d02f986e1887e24b31c9 (diff) | |
Notes
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 5350b7ce64b57..95f99f1e112d5 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.3 1995/09/28 17:33:16 bde 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} |
