summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1996-05-02 21:42:18 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1996-05-02 21:42:18 +0000
commitb7e44174a7f69fe8e6dee6bf1df5682973a08447 (patch)
tree57b8f2dde4efc4a68fa8abf1ff7e9a566434ab2e /sbin
parentd7390d0da01eb4d7a4d45199a00e8e5e45408966 (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/dset/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/dset/Makefile b/sbin/dset/Makefile
index 703bdca1a1fd..05007470336f 100644
--- a/sbin/dset/Makefile
+++ b/sbin/dset/Makefile
@@ -2,6 +2,5 @@ PROG= dset
DPADD= ${LIBKVM}
LDADD= -lkvm
CFLAGS+=-I${.CURDIR}/../../sys/
-NOMAN=
.include <bsd.prog.mk>