NetBSD/usr.bin/lorder/Makefile

13 lines
276 B
Makefile
Raw Normal View History

1993-07-31 19:17:49 +04:00
# from: @(#)Makefile 5.3 (Berkeley) 5/18/90
# $Id: Makefile,v 1.5 1993/07/31 15:20:10 mycroft Exp $
1993-03-21 12:45:37 +03:00
MAN1= lorder.0
NOPROG=noprog
1993-03-21 12:45:37 +03:00
realinstall:
1993-03-21 12:45:37 +03:00
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/lorder.sh ${DESTDIR}${BINDIR}/lorder
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>