mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 16:30:53 -05:00
Get rid of install: and instead add an afterinstall: so that man page is properly installed
10 lines
145 B
Makefile
10 lines
145 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= strip
|
|
MAN1= strip.1
|
|
STRIP=
|
|
|
|
afterinstall:
|
|
./strip ${DESTDIR}${BINDIR}/strip
|
|
|
|
.include <bsd.prog.mk>
|