6d298651c9
Changed to conform to NetBSD's new RCS Id convention.
11 lines
253 B
Makefile
11 lines
253 B
Makefile
# $NetBSD: Makefile,v 1.7 1994/12/23 01:13:58 jtc Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
MAN= lorder.1
|
|
|
|
realinstall:
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${.CURDIR}/lorder.sh ${DESTDIR}${BINDIR}/lorder
|
|
|
|
.include <bsd.prog.mk>
|