NetBSD/usr.bin/true/Makefile

11 lines
261 B
Makefile
Raw Normal View History

1997-01-09 23:18:21 +03:00
# $NetBSD: Makefile,v 1.8 1997/01/09 20:23:09 tls Exp $
1993-07-31 03:49:23 +04:00
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
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>