xref: /original-bsd/usr.bin/pagesize/Makefile (revision 62b3adaa)
1#	@(#)Makefile	8.2 (Berkeley) 04/03/94
2
3MAN1=	pagesize.0
4
5all pagesize: ${MAN1}
6
7clean depend lint tags:
8
9cleandir:
10	rm -f ${MAN1}
11
12install: maninstall
13	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
14	    ${.CURDIR}/pagesize.sh ${DESTDIR}/${BINDIR}/pagesize
15
16.include <bsd.prog.mk>
17.include <bsd.man.mk>
18