Fix SRCS (.c's were .o's) so that `make depend' works.

This commit is contained in:
Bruce Evans 1995-09-28 17:33:16 +00:00
parent 911dfcda93
commit 9987ab26d8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11050

View File

@ -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}