diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-30 14:17:23 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-30 14:17:23 +0000 |
| commit | 9f23196c427eddb59bd454053a732e7cfebcb459 (patch) | |
| tree | cbc76bb7378182b40bb7ac82490598cf9234b40d /usr.bin/pagesize | |
| parent | 5c64522858e96e82287b3b310862033f51fcc8f5 (diff) | |
Notes
Diffstat (limited to 'usr.bin/pagesize')
| -rw-r--r-- | usr.bin/pagesize/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/pagesize/Makefile b/usr.bin/pagesize/Makefile index 0a4d65226b83a..a53468671b2db 100644 --- a/usr.bin/pagesize/Makefile +++ b/usr.bin/pagesize/Makefile @@ -2,16 +2,8 @@ MAN1= pagesize.0 -all pagesize: ${MAN1} - -clean depend lint tags: - -cleandir: - rm -f ${MAN1} - -install: maninstall +install: install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/pagesize.sh ${DESTDIR}/${BINDIR}/pagesize .include <bsd.prog.mk> -.include <bsd.man.mk> |
