diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-25 00:36:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-25 00:36:04 +0000 |
commit | 3b98fdd05543a5be3a1e12ee9d83c5ae8e5a8d9e (patch) | |
tree | 8a4c9676645d449c6b56e726bf48b64b54410289 /chat/tzc | |
parent | e3e6e30db82ba535bb38cfaf32875df21eea06f5 (diff) | |
download | pkgsrc-3b98fdd05543a5be3a1e12ee9d83c5ae8e5a8d9e.tar.gz |
Convert to bl3.
Diffstat (limited to 'chat/tzc')
-rw-r--r-- | chat/tzc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/tzc/Makefile b/chat/tzc/Makefile index b51679cadb6..ae88fe30619 100644 --- a/chat/tzc/Makefile +++ b/chat/tzc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/09/16 19:51:21 seb Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/25 00:39:04 wiz Exp $ # DISTNAME= tzc-2.6.15 @@ -12,7 +12,7 @@ COMMENT= Back-end program for zephyr-mode CPPFLAGS+= -I/usr/include/kerberosIV -I/usr/include/krb5 LDFLAGS+= -lroken -lcrypto -lcom_err -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES -.include "../zephyr/buildlink2.mk" +.include "../zephyr/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |