summaryrefslogtreecommitdiff
path: root/sbin/scan_ffs/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-02-04 20:37:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-02-04 20:37:15 +0000
commitd8ca6171a784f4427544c93aa561d5bc572a74a5 (patch)
tree9082c4acc6eedadf09392f02c538951092148e7e /sbin/scan_ffs/Makefile
parent4812cd84ac6a88b112183ab8a51275252ac49d7b (diff)
very handy program that scans a device for filesystems; from niklas & weingart.
Needs a man page, anyone willing?
Diffstat (limited to 'sbin/scan_ffs/Makefile')
-rw-r--r--sbin/scan_ffs/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sbin/scan_ffs/Makefile b/sbin/scan_ffs/Makefile
new file mode 100644
index 00000000000..7242fbb1b92
--- /dev/null
+++ b/sbin/scan_ffs/Makefile
@@ -0,0 +1,9 @@
+# $OpenBSD: Makefile,v 1.1 1998/02/04 20:37:13 deraadt Exp $
+
+PROG= scan_ffs
+SRCS= scan_ffs.c
+NOMAN=
+DPADD= ${LIBUTIL}
+LDADD= -lutil
+
+.include <bsd.prog.mk>