diff options
Diffstat (limited to 'net/sendfile/Makefile')
-rw-r--r-- | net/sendfile/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/sendfile/Makefile b/net/sendfile/Makefile index bc4e246c292..28806707e27 100644 --- a/net/sendfile/Makefile +++ b/net/sendfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/03/04 21:30:24 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2006/03/14 01:14:31 jlam Exp $ # DISTNAME= sendfile-20010216 @@ -13,8 +13,6 @@ COMMENT= Implementation of the Simple asynchronous file transfer protocol WRKSRC= ${WRKDIR}/sendfile-2.1a -DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL - PKG_SYSCONFSUBDIR= sendfile EGDIR= ${PREFIX}/share/examples/sendfile CONF_FILES= ${EGDIR}/sendfile.cf ${PKG_SYSCONFDIR}/sendfile.cf |