diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-12-17 13:59:35 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-12-17 13:59:35 +0000 |
commit | a7aaf57e4ad6cdbd4674aa3188439366d68f8ce1 (patch) | |
tree | 7fd7e5683e347709f8bd623688bd94074689c72a /usr.sbin/stallion | |
parent | 9207b4cff7b8d483f4dd3c62266c2b58819eb7f9 (diff) |
FILES support for bsd.prog.mk. See bsd.README for details.
Stolen from: NetBSD
Notes
Notes:
svn path=/head/; revision=88055
Diffstat (limited to 'usr.sbin/stallion')
-rw-r--r-- | usr.sbin/stallion/bootcode/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/stallion/bootcode/Makefile b/usr.sbin/stallion/bootcode/Makefile index 759962a33088..febb8e2f59ba 100644 --- a/usr.sbin/stallion/bootcode/Makefile +++ b/usr.sbin/stallion/bootcode/Makefile @@ -6,16 +6,11 @@ uudecode ${.IMPSRC} FILES= 2681.sys cdk.sys +FILESDIR= ${BOOTDIR} CLEANFILES= ${FILES} MAN= stl.4 MLINKS= stl.4 stli.4 MANSUBDIR=/i386 -all: $(FILES) - -beforeinstall: - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ - ${FILES} ${DESTDIR}${BOOTDIR} - .include <bsd.prog.mk> |