freebsd-dev/usr.bin/pagesize/Makefile
Rodney W. Grimes 9f23196c42 Cleanup so that make install can run, many install: maninstall changed
to just install:, sperious targets and CLEANFILES removed.
1994-05-30 14:17:23 +00:00

10 lines
201 B
Makefile

# @(#)Makefile 8.2 (Berkeley) 4/3/94
MAN1= pagesize.0
install:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/pagesize.sh ${DESTDIR}/${BINDIR}/pagesize
.include <bsd.prog.mk>