Fix the CMDDIR problem noticed in pr#9409 and while I am here move the
BINDIR before PROG (thats looks nicer).
This commit is contained in:
parent
23b1b424a3
commit
52e395b26c
|
@ -1,15 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.2 2000/02/13 21:32:01 veego Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2000/02/13 22:14:28 veego Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
DIST= ${.CURDIR}/../../../dist
|
||||
.PATH: ${DIST}/sendmail/smrsh
|
||||
|
||||
BINDIR= /usr/libexec
|
||||
PROG= smrsh
|
||||
|
||||
MAN= smrsh.8
|
||||
CPPFLAGS+= -I${DIST}/sendmail/src
|
||||
|
||||
BINDIR= /usr/libexec
|
||||
CPPFLAGS+= -DCMDDIR=\"/usr/libexec/sm.bin\"
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in New Issue