summaryrefslogtreecommitdiffstats
path: root/usr.sbin/makefs/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-11-24 22:15:30 +0000
committerbapt <bapt@FreeBSD.org>2014-11-24 22:15:30 +0000
commit622c9ffcdd9adcda2ad1b5fb1b9d930cdea2f6bc (patch)
treed595de71788ef7ccf6c75c15aa53fb00f6bb2a84 /usr.sbin/makefs/Makefile
parentb6c4c21b205641ead0989c66979a0ac5a1adeae8 (diff)
downloadFreeBSD-src-622c9ffcdd9adcda2ad1b5fb1b9d930cdea2f6bc.zip
FreeBSD-src-622c9ffcdd9adcda2ad1b5fb1b9d930cdea2f6bc.tar.gz
Convert makefs to LIBADD
Add definition of libnetbsd in src.libnames.mk
Diffstat (limited to 'usr.sbin/makefs/Makefile')
-rw-r--r--usr.sbin/makefs/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.sbin/makefs/Makefile b/usr.sbin/makefs/Makefile
index 6253148..882fe45 100644
--- a/usr.sbin/makefs/Makefile
+++ b/usr.sbin/makefs/Makefile
@@ -30,12 +30,6 @@ SRCS+= pack_dev.c
SRCS+= ffs_tables.c
CFLAGS+= -I${.CURDIR}/../../lib/libnetbsd
-LIBNETBSDDIR= ${.OBJDIR}/../../lib/libnetbsd
-LIBNETBSD= ${LIBNETBSDDIR}/libnetbsd.a
-DPADD+= ${LIBNETBSD}
-LDADD+= ${LIBNETBSD}
-
-DPADD+= ${LIBSBUF} ${LIBUTIL}
-LDADD+= -lsbuf -lutil
+LIBADD= netbsd util sbuf
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud