Add SRCS= mk-mdmap.c and SRCS= wire-test.c to fix the world

breakage.  amd has its own SRCS= that prevents bsd.*.mk to function correctly.

Submitted by: bmah
Reviewed by: peter
This commit is contained in:
Michael C . Wu 2001-03-21 04:04:34 +00:00
parent 7e72e9918a
commit 6e9a9c5851
2 changed files with 2 additions and 0 deletions

View File

@ -9,5 +9,6 @@
.PATH: ${.CURDIR}/../../../contrib/amd/mk-amd-map
PROG= mk-amd-map
SRCS= mk-amd-map.c
.include <bsd.prog.mk>

View File

@ -9,6 +9,7 @@
.PATH: ${.CURDIR}/../../../contrib/amd/wire-test
PROG= wire-test
SRCS= wire-test.c
DPADD+= ${LIBAMU}
LDADD+= ${LIBAMU}