diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1994-05-30 14:17:23 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1994-05-30 14:17:23 +0000 |
commit | 0b8115bc8201811304d67582a3e9233720e169e5 (patch) | |
tree | cbc76bb7378182b40bb7ac82490598cf9234b40d /usr.bin/pagesize | |
parent | 42c679066f289340c246e0bf28b82da1da7afefa (diff) | |
download | FreeBSD-src-0b8115bc8201811304d67582a3e9233720e169e5.zip FreeBSD-src-0b8115bc8201811304d67582a3e9233720e169e5.tar.gz |
Cleanup so that make install can run, many install: maninstall changed
to just install:, sperious targets and CLEANFILES removed.
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 0a4d652..a534686 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> |