summaryrefslogtreecommitdiffstats
path: root/sbin/nextboot/Makefile
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1996-07-09 02:04:32 +0000
committerjulian <julian@FreeBSD.org>1996-07-09 02:04:32 +0000
commit6afeabc6cb433ddb8839be05056fb9b2c5985bc9 (patch)
treeaa2dea08b76aa7ed2a1064862574dbebf2da4d79 /sbin/nextboot/Makefile
parent7dbcea9d7a235d9bdfe0a5925903b3d65c4ee84d (diff)
downloadFreeBSD-src-6afeabc6cb433ddb8839be05056fb9b2c5985bc9.zip
FreeBSD-src-6afeabc6cb433ddb8839be05056fb9b2c5985bc9.tar.gz
Obtained from: Whistle Communications
control program to control the facility of the bootblocks to fetch a default bootstring from a fixed location on the disk. See the manpage for more info.
Diffstat (limited to 'sbin/nextboot/Makefile')
-rw-r--r--sbin/nextboot/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sbin/nextboot/Makefile b/sbin/nextboot/Makefile
new file mode 100644
index 0000000..7ac235f
--- /dev/null
+++ b/sbin/nextboot/Makefile
@@ -0,0 +1,9 @@
+# @(#)Makefile 1.1 (Julian Elischer) 3/28/93
+#
+#
+
+PROG= nextboot
+SRCS= nextboot.c
+MAN8= nextboot.8
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud