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 | 42d33f18e579531e6dc04099bcb6ea931667ab34 (patch) | |
tree | 8a4c9676645d449c6b56e726bf48b64b54410289 /chat/tzc | |
parent | 72900028b0aa73964356e8561a8d4fdc06875500 (diff) | |
download | pkgsrc-42d33f18e579531e6dc04099bcb6ea931667ab34.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" |