Do not override `realinstall' target, use ${PROGNAME}.
This commit is contained in:
parent
42f8f6d866
commit
dbfffd68c0
@ -4,15 +4,11 @@
|
||||
.PATH: ${.CURDIR}/../lint1
|
||||
|
||||
PROG= xlint
|
||||
PROGNAME=lint
|
||||
SRCS= xlint.c mem.c
|
||||
MAN= lint.1
|
||||
|
||||
CFLAGS+=-I${.CURDIR}/../lint1
|
||||
|
||||
realinstall:
|
||||
${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${PROG} ${DESTDIR}${BINDIR}/lint
|
||||
|
||||
|
||||
.include "${.CURDIR}/../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user