diff options
author | fredb <fredb@pkgsrc.org> | 2000-01-06 16:57:16 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-01-06 16:57:16 +0000 |
commit | 3b738b2482d93f9cbf5419605171900099002071 (patch) | |
tree | 8ab93c6a9470b87f846b06ac66a9657ff6fcd438 /comms | |
parent | 82e544588df85054cb629905bd96ec103e4e6e3a (diff) | |
download | pkgsrc-3b738b2482d93f9cbf5419605171900099002071.tar.gz |
Convert to "standard" form:
.include "../../mk/bsd.prefs.mk"
_tests_
.include "../../mk/bsd.pkg.mk"
This incidently causes the BUILD_DEFS (pkg_info -B foo)
in the binary package to be set correctly.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/kermit/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile index 9432e04b8a6..b86c81b362c 100644 --- a/comms/kermit/Makefile +++ b/comms/kermit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/01/06 16:31:06 fredb Exp $ +# $NetBSD: Makefile,v 1.23 2000/01/06 16:57:16 fredb Exp $ # $FreeBSD Id: Makefile,v 1.17 1997/11/26 23:16:51 jseger Exp # @@ -40,7 +40,7 @@ do-install: esac; \ done -.include "../../mk/bsd.pkg.mk" +.include "../../mk/bsd.prefs.mk" .if defined(KERMIT_SUID_UUCP) .if ${KERMIT_SUID_UUCP} == "yes" || ${KERMIT_SUID_UUCP} == "YES" @@ -69,3 +69,5 @@ KFLAGS+= -DSOCKS -DCK_SOCKS5 LIBS+= -lsocks .endif .endif + +.include "../../mk/bsd.pkg.mk" |