mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 20:11:00 +01:00
10 lines
209 B
Makefile
10 lines
209 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 4/3/94
|
|
|
|
MAN1= pagesize.1
|
|
|
|
beforeinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${.CURDIR}/pagesize.sh ${DESTDIR}${BINDIR}/pagesize
|
|
|
|
.include <bsd.prog.mk>
|