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/ar/Makefile | |
parent | 5c64522858e96e82287b3b310862033f51fcc8f5 (diff) | |
download | src-9f23196c427eddb59bd454053a732e7cfebcb459.tar.gz src-9f23196c427eddb59bd454053a732e7cfebcb459.zip |
Cleanup so that make install can run, many install: maninstall changed
to just install:, sperious targets and CLEANFILES removed.
Notes
Notes:
svn path=/head/; revision=1637
Diffstat (limited to 'usr.bin/ar/Makefile')
-rw-r--r-- | usr.bin/ar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ar/Makefile b/usr.bin/ar/Makefile index f79edaa8e19b..fef2a8f7fdf9 100644 --- a/usr.bin/ar/Makefile +++ b/usr.bin/ar/Makefile @@ -9,7 +9,8 @@ CLEANFILES=ar.5.0 ar.0: ar.5.0 -afterinstall: +# XXX BROKEN: afterinstall: +XXXafterinstall: install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} ar.5.0 \ ${DESTDIR}${MANDIR}5/ar.0 |