Deleted Added
full compact
Makefile (74848) Makefile (75286)
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/lorder/Makefile 74848 2001-03-27 10:52:19Z ru $
2# $FreeBSD: head/usr.bin/lorder/Makefile 75286 2001-04-07 11:21:35Z ru $
3
3
4SCRIPTS=lorder.sh
4MAN= lorder.1
5
5MAN= lorder.1
6
6beforeinstall:
7 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
8 ${.CURDIR}/lorder.sh ${DESTDIR}${BINDIR}/lorder
9
10.include <bsd.prog.mk>
7.include <bsd.prog.mk>