diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-09-28 17:33:16 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-09-28 17:33:16 +0000 |
| commit | 9987ab26d86acae3aa38efaa3598b5f94b379f09 (patch) | |
| tree | 0f14841b8cc029c356025f68ea4d4173eb484537 /libexec/bootpd/tools/bootptest/Makefile | |
| parent | 911dfcda93665c9134dad3f536530d75b00e6cb3 (diff) | |
Notes
Diffstat (limited to 'libexec/bootpd/tools/bootptest/Makefile')
| -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} |
