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:
veego 2000-02-13 22:14:28 +00:00
parent 23b1b424a3
commit 52e395b26c
1 changed files with 3 additions and 3 deletions

View File

@ -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>