Y.A.B.M (Yet Another Bogus Makefile)

This commit is contained in:
Jordan K. Hubbard 1995-01-24 00:41:50 +00:00
parent d3c39340bc
commit 8f998cf202
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5829

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.24 1995/01/20 07:48:14 wpaul Exp $
# $Id: Makefile,v 1.25 1995/01/20 07:52:42 wpaul Exp $
#
PROG= boot
@ -54,5 +54,5 @@ beforeinstall:
boot1 ${DESTDIR}${BINDIR}/sdboot
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}\
boot2 ${DESTDIR}${BINDIR}/bootsd
.include <bsd.prog.mk>