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:
parent
7e72e9918a
commit
6e9a9c5851
@ -9,5 +9,6 @@
|
||||
.PATH: ${.CURDIR}/../../../contrib/amd/mk-amd-map
|
||||
|
||||
PROG= mk-amd-map
|
||||
SRCS= mk-amd-map.c
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -9,6 +9,7 @@
|
||||
.PATH: ${.CURDIR}/../../../contrib/amd/wire-test
|
||||
|
||||
PROG= wire-test
|
||||
SRCS= wire-test.c
|
||||
|
||||
DPADD+= ${LIBAMU}
|
||||
LDADD+= ${LIBAMU}
|
||||
|
Loading…
Reference in New Issue
Block a user