diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2012-05-30 22:21:25 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2012-05-30 22:21:25 +0000 |
commit | 614304eccc6c03f52b57e8b3a4814b3930f7519b (patch) | |
tree | df0f27f031cb10f54a5cc334b0cb952fdfae0a0c /kerberos5/usr.bin/kf | |
parent | 47f1d92787e6c10ffafc80d427a4ae644f9be5c9 (diff) |
* Remove headers from SRCS that are not generated
(and are in /usr/src/crypto/heimdal/).
* Avoid race conditions with 'make -j<N>'.
Notes
Notes:
svn path=/head/; revision=236337
Diffstat (limited to 'kerberos5/usr.bin/kf')
-rw-r--r-- | kerberos5/usr.bin/kf/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kerberos5/usr.bin/kf/Makefile b/kerberos5/usr.bin/kf/Makefile index 0a1ccec20fe2..c9d3fceb14f8 100644 --- a/kerberos5/usr.bin/kf/Makefile +++ b/kerberos5/usr.bin/kf/Makefile @@ -2,7 +2,6 @@ PROG= kf MAN= kf.1 -SRCS= kf.c kf_locl.h CFLAGS+= -I${KRB5DIR}/lib/asn1 \ -I${KRB5DIR}/lib/roken DPADD= ${LIBKRB5} ${LIBROKEN} ${LIBASN1} ${LIBCRYPTO} \ |