summaryrefslogtreecommitdiffstats
path: root/usr.sbin/makefs/Makefile
diff options
context:
space:
mode:
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