freebsd-dev/usr.sbin/stallion/bootcode/Makefile
Bruce Evans bd29cad15f Use the default LIBOWN, etc. instead of clobbering the defaults to bin,
etc., so that (this part of) `LIBOWN=... make world' can be run by users
other than root.  Actually, use BINOWN instead of LIBOWN, since the files
that we install in /usr/libdata are not libraries, and LIBOWN is not
used for anything else in /usr/libdata.

Rewrote all the rules and cleaned up.
1997-12-17 13:04:18 +00:00

21 lines
352 B
Makefile

# $Id: Makefile,v 1.7 1997/10/20 12:50:56 charnier Exp $
.SUFFIXES: .uu
.uu:
rm -f ${.TARGET}
uudecode ${.IMPSRC}
FILES= 2681.sys cdk.sys
CLEANFILES= ${FILES}
MAN4= stl.4
MLINKS= stl.4 stli.4
all: $(FILES)
beforeinstall:
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
${FILES} ${DESTDIR}${BOOTDIR}
.include <bsd.prog.mk>