NetBSD/usr.bin/true/Makefile

11 lines
261 B
Makefile
Raw Normal View History

1993-07-31 03:49:23 +04:00
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
1996-10-18 09:55:26 +04:00
# $Id: Makefile,v 1.7 1996/10/18 06:22:36 thorpej Exp $
1993-03-21 12:45:37 +03:00
1994-12-22 15:30:38 +03:00
MAN= true.1
beforeinstall:
1996-10-18 09:55:26 +04:00
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1994-08-20 12:56:03 +04:00
${.CURDIR}/true.sh ${DESTDIR}${BINDIR}/true
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>