diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-05-04 08:02:31 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-05-04 08:02:31 +0000 |
| commit | 4e2cf54fdb92858f5e4b45fc1244d0f4f73a3219 (patch) | |
| tree | cde6ff9de155b26fcd7143bb5e5fc6d31de6586c /usr.sbin/stallion/bootcode | |
| parent | 31cb8735c0f986ca42a73f2def9ea5c29fc19b2c (diff) | |
Notes
Diffstat (limited to 'usr.sbin/stallion/bootcode')
| -rw-r--r-- | usr.sbin/stallion/bootcode/2681.sys.uu | 2 | ||||
| -rw-r--r-- | usr.sbin/stallion/bootcode/Makefile | 30 | ||||
| -rw-r--r-- | usr.sbin/stallion/bootcode/cdk.sys.uu | 2 |
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 8da74933103d5..3cbe84201b097 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 0000000000000..ea585e8d2ec59 --- /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 8d000833916f3..f8b33edccb06a 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```````````````````````````````````````````````````````````` |
