diff options
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 f79edaa8e19b3..fef2a8f7fdf90 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 |
