blob: 26ffd2e95639285a1e938e43f761a3b79a605a46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.10 2019/02/24 12:57:14 kn Exp $
MAN= lorder.1
SCRIPT= lorder.sh
realinstall:
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/${SCRIPT} ${DESTDIR}${BINDIR}/lorder
.include <bsd.prog.mk>
|