summaryrefslogtreecommitdiffstats
path: root/usr.sbin/boot98cfg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/boot98cfg/Makefile')
-rw-r--r--usr.sbin/boot98cfg/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.sbin/boot98cfg/Makefile b/usr.sbin/boot98cfg/Makefile
new file mode 100644
index 0000000..9b0e703
--- /dev/null
+++ b/usr.sbin/boot98cfg/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+PROG= boot98cfg
+MAN= boot98cfg.8
+
+WARNS?= 2
+
+DPADD= ${LIBGEOM}
+LDADD= -lgeom
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud