summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorkeichii <keichii@FreeBSD.org>2001-03-21 04:04:34 +0000
committerkeichii <keichii@FreeBSD.org>2001-03-21 04:04:34 +0000
commit7e09ba2195d311457be7f95c71db9670bfc77d10 (patch)
treeeaa3c5be58b3353f3139228a3df731eec2564279 /usr.sbin/amd
parentd22815bec326cf07946b654923226b0d0263a1a3 (diff)
downloadFreeBSD-src-7e09ba2195d311457be7f95c71db9670bfc77d10.zip
FreeBSD-src-7e09ba2195d311457be7f95c71db9670bfc77d10.tar.gz
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
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/mk-amd-map/Makefile1
-rw-r--r--usr.sbin/amd/wire-test/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/amd/mk-amd-map/Makefile b/usr.sbin/amd/mk-amd-map/Makefile
index c50e297..2d1e3ec 100644
--- a/usr.sbin/amd/mk-amd-map/Makefile
+++ b/usr.sbin/amd/mk-amd-map/Makefile
@@ -9,5 +9,6 @@
.PATH: ${.CURDIR}/../../../contrib/amd/mk-amd-map
PROG= mk-amd-map
+SRCS= mk-amd-map.c
.include <bsd.prog.mk>
diff --git a/usr.sbin/amd/wire-test/Makefile b/usr.sbin/amd/wire-test/Makefile
index b9d064b..47eb2df 100644
--- a/usr.sbin/amd/wire-test/Makefile
+++ b/usr.sbin/amd/wire-test/Makefile
@@ -9,6 +9,7 @@
.PATH: ${.CURDIR}/../../../contrib/amd/wire-test
PROG= wire-test
+SRCS= wire-test.c
DPADD+= ${LIBAMU}
LDADD+= ${LIBAMU}
OpenPOWER on IntegriCloud