diff options
author | ru <ru@FreeBSD.org> | 2004-02-05 18:51:52 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-02-05 18:51:52 +0000 |
commit | ad7b0104a39a799896d08b0958bb94ce96ae6fd9 (patch) | |
tree | 7691989f10c7e8851c71ad120933d7f062fd22a0 /kerberos5/lib/libsl/Makefile | |
parent | c991ea760e057b133b17bff2259d0d1d7a223714 (diff) | |
download | FreeBSD-src-ad7b0104a39a799896d08b0958bb94ce96ae6fd9.zip FreeBSD-src-ad7b0104a39a799896d08b0958bb94ce96ae6fd9.tar.gz |
style.Makefile(5).
OK'ed by: nectar
Diffstat (limited to 'kerberos5/lib/libsl/Makefile')
-rw-r--r-- | kerberos5/lib/libsl/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/kerberos5/lib/libsl/Makefile b/kerberos5/lib/libsl/Makefile index e94584d..71a38a5 100644 --- a/kerberos5/lib/libsl/Makefile +++ b/kerberos5/lib/libsl/Makefile @@ -1,13 +1,10 @@ # $FreeBSD$ LIB= sl - +INTERNALLIB= SRCS= sl.c - CFLAGS+=-I${KRB5DIR}/lib/sl -INTERNALLIB= yes - .include <bsd.lib.mk> -.PATH: ${KRB5DIR}/lib/sl +.PATH: ${KRB5DIR}/lib/sl |