summaryrefslogtreecommitdiffstats
path: root/usr.sbin/stallion/bootcode
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-05-04 08:02:31 +0000
committerpeter <peter@FreeBSD.org>1996-05-04 08:02:31 +0000
commit9faa920f7d7ac4acf2a5937cd582465eb872d34b (patch)
treecde6ff9de155b26fcd7143bb5e5fc6d31de6586c /usr.sbin/stallion/bootcode
parent4aaaaa1094cbc139ce84eee1aabf409f90b64c41 (diff)
downloadFreeBSD-src-9faa920f7d7ac4acf2a5937cd582465eb872d34b.zip
FreeBSD-src-9faa920f7d7ac4acf2a5937cd582465eb872d34b.tar.gz
Minimal adjustments to get the Stallion utilities to build and install
in a FreeBSD style source tree.
Diffstat (limited to 'usr.sbin/stallion/bootcode')
-rw-r--r--usr.sbin/stallion/bootcode/2681.sys.uu2
-rw-r--r--usr.sbin/stallion/bootcode/Makefile30
-rw-r--r--usr.sbin/stallion/bootcode/cdk.sys.uu2
3 files changed, 32 insertions, 2 deletions
diff --git a/usr.sbin/stallion/bootcode/2681.sys.uu b/usr.sbin/stallion/bootcode/2681.sys.uu
index 8da7493..3cbe842 100644
--- a/usr.sbin/stallion/bootcode/2681.sys.uu
+++ b/usr.sbin/stallion/bootcode/2681.sys.uu
@@ -1,4 +1,4 @@
-begin 440 2681.sys
+begin 444 2681.sys
M````````````````````````````````````````````````````````````
M``````!>`0``````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
diff --git a/usr.sbin/stallion/bootcode/Makefile b/usr.sbin/stallion/bootcode/Makefile
new file mode 100644
index 0000000..ea585e8
--- /dev/null
+++ b/usr.sbin/stallion/bootcode/Makefile
@@ -0,0 +1,30 @@
+# $Id$
+
+FILES = 2681.sys cdk.sys
+
+LIBMODE = 444
+LIBOWN = bin
+LIBGRP = bin
+CLEANFILES= ${FILES}
+
+all: $(FILES)
+
+install:
+ @if [ ! -d ${DESTDIR}${BOOTDIR} ]; then mkdir ${DESTDIR}${BOOTDIR};fi
+ @for i in ${FILES}; do \
+ ${ECHO} "installing $$i into ${DESTDIR}${BOOTDIR}"; \
+ ${INSTALL} -c -m ${LIBMODE} -o ${LIBOWN} -g ${LIBGRP} \
+ $$i ${DESTDIR}${BOOTDIR}; \
+ done
+
+clean:
+ rm -f ${CLEANFILES}
+
+.include <bsd.prog.mk>
+
+cdk.sys: ${.CURDIR}/cdk.sys.uu
+ uudecode ${.CURDIR}/$@.uu
+
+2681.sys: ${.CURDIR}/2681.sys.uu
+ uudecode ${.CURDIR}/$@.uu
+
diff --git a/usr.sbin/stallion/bootcode/cdk.sys.uu b/usr.sbin/stallion/bootcode/cdk.sys.uu
index 8d00083..f8b33ed 100644
--- a/usr.sbin/stallion/bootcode/cdk.sys.uu
+++ b/usr.sbin/stallion/bootcode/cdk.sys.uu
@@ -1,4 +1,4 @@
-begin 440 cdk.sys
+begin 444 cdk.sys
M````````````````````````````````````````````````````````````
M``````!@`0``````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
OpenPOWER on IntegriCloud