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/shar | |
| parent | 5c64522858e96e82287b3b310862033f51fcc8f5 (diff) | |
Notes
Diffstat (limited to 'usr.bin/shar')
| -rw-r--r-- | usr.bin/shar/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/usr.bin/shar/Makefile b/usr.bin/shar/Makefile index 2d8a5de87982..fc1295faa893 100644 --- a/usr.bin/shar/Makefile +++ b/usr.bin/shar/Makefile @@ -2,13 +2,6 @@ MAN1= shar.0 -all shar: ${MAN1} - -clean depend lint tags: - -cleandir: - rm -f ${MAN1} - beforeinstall: install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/shar.sh ${DESTDIR}/usr/bin/shar |
