diff options
Diffstat (limited to 'security/smtpd')
-rw-r--r-- | security/smtpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/smtpd/Makefile b/security/smtpd/Makefile index c558175ed79..899248053c9 100644 --- a/security/smtpd/Makefile +++ b/security/smtpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/02/08 14:27:35 grant Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/17 03:50:32 jlam Exp $ # DISTNAME= smtpd-2.0 @@ -25,6 +25,8 @@ MAKE_ENV+= LD_LIBS="${LD_LIBS}" .include "../../mk/bsd.prefs.mk" +INSTALLATION_DIRS= sbin + do-install: -${INSTALL_DATA_DIR} ${SPOOL}/etc ${INSTALL} -m 500 ${WRKSRC}/smtpd ${PREFIX}/sbin/smtpd |