1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/usr.bin/pagesize/Makefile

18 lines
308 B
Makefile
Raw Normal View History

1994-05-27 12:33:43 +00:00
# @(#)Makefile 8.2 (Berkeley) 4/3/94
MAN1= pagesize.0
all pagesize: ${MAN1}
clean depend lint tags:
cleandir:
rm -f ${MAN1}
install: maninstall
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/pagesize.sh ${DESTDIR}/${BINDIR}/pagesize
.include <bsd.prog.mk>
.include <bsd.man.mk>