diff options
Diffstat (limited to 'chat/tzc')
-rw-r--r-- | chat/tzc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/tzc/Makefile b/chat/tzc/Makefile index 1ffc5efe790..ea88ba83027 100644 --- a/chat/tzc/Makefile +++ b/chat/tzc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:06 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/05/24 13:59:39 rillig Exp $ # DISTNAME= tzc-2.6.15 @@ -12,6 +12,5 @@ COMMENT= Back-end program for zephyr-mode CPPFLAGS+= -I/usr/include/kerberosIV -I/usr/include/krb5 LDFLAGS+= -lroken -lcrypto -lcom_err - .include "../zephyr/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |