diff options
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 8da74933103d..3cbe84201b09 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 000000000000..ea585e8d2ec5 --- /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 8d000833916f..f8b33edccb06 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```````````````````````````````````````````````````````````` |