summaryrefslogtreecommitdiffstats
path: root/kerberos5/lib/libsl
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2003-07-18 13:21:58 +0000
committermarkm <markm@FreeBSD.org>2003-07-18 13:21:58 +0000
commit522acafcec81cffcf59023810c4d1aaf993e9523 (patch)
treee4ab7a15fc814ecddfc47d6ca2e6a4d349c00031 /kerberos5/lib/libsl
parent50a6550a0f5f689cfc020096581e64a446d8dd52 (diff)
downloadFreeBSD-src-522acafcec81cffcf59023810c4d1aaf993e9523.zip
FreeBSD-src-522acafcec81cffcf59023810c4d1aaf993e9523.tar.gz
Big fixup of the makefiles. Sort out the dependancies so that "make"
without "make depend" works, "make -j N" works, and lists of source files are made vertical to reduce future diffs.
Diffstat (limited to 'kerberos5/lib/libsl')
-rw-r--r--kerberos5/lib/libsl/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/kerberos5/lib/libsl/Makefile b/kerberos5/lib/libsl/Makefile
index 45b2ecc..e192f10 100644
--- a/kerberos5/lib/libsl/Makefile
+++ b/kerberos5/lib/libsl/Makefile
@@ -1,11 +1,15 @@
# $FreeBSD$
LIB= sl
-CFLAGS+=-I${KRB5DIR}/lib/sl \
- -I${KRB5DIR}/lib/roken \
- -I${KRB5DIR}/include \
+
+SRCS= \
+ sl.c \
+ ${.OBJDIR}/roken.h
+
+CFLAGS+=-I${KRB5DIR}/lib/sl \
+ -I${KRB5DIR}/lib/roken \
+ -I${KRB5DIR}/include \
-I${.OBJDIR}
-SRCS= sl.c roken.h
INTERNALLIB= yes
OpenPOWER on IntegriCloud