mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
Define MAN1 man page variable.
Get rid of install: and instead add an afterinstall: so that man page is properly installed
This commit is contained in:
parent
26d43d5130
commit
1ebe214799
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3212
@ -1,10 +1,10 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
|
||||
PROG= strip
|
||||
MAN1= strip.1
|
||||
STRIP=
|
||||
|
||||
install:
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} strip \
|
||||
${DESTDIR}${BINDIR}
|
||||
afterinstall:
|
||||
./strip ${DESTDIR}${BINDIR}/strip
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user