mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Fix SRCS (.c's were .o's) so that `make depend' works.
This commit is contained in:
parent
911dfcda93
commit
9987ab26d8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11050
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user