From 9987ab26d86acae3aa38efaa3598b5f94b379f09 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 28 Sep 1995 17:33:16 +0000 Subject: Fix SRCS (.c's were .o's) so that `make depend' works. --- libexec/bootpd/tools/bootptest/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec') 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} -- cgit v1.3