diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 601583c3207bd23bb05d0761888aefcb5699e1c2 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /chat/tzc | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
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 dbb591a0542..e1c1229b736 100644 --- a/chat/tzc/Makefile +++ b/chat/tzc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/10/04 20:50:47 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2007/02/22 19:26:12 wiz Exp $ # DISTNAME= tzc-2.6.15 @@ -10,8 +10,8 @@ MAINTAINER= sommerfeld@NetBSD.org HOMEPAGE= http://www.cs.cmu.edu/People/dkindred/zephyr/zephyr.html COMMENT= Back-end program for zephyr-mode -CPPFLAGS+= -I/usr/include/kerberosIV -I/usr/include/krb5 -LDFLAGS+= -lroken -lcrypto -lcom_err +CPPFLAGS+= -I/usr/include/kerberosIV -I/usr/include/krb5 +LDFLAGS+= -lroken -lcrypto -lcom_err .include "../../chat/zephyr/buildlink3.mk" .include "../../security/kth-krb4/buildlink3.mk" |