diff options
Diffstat (limited to 'eBones/lib/libkadm/Makefile')
-rw-r--r-- | eBones/lib/libkadm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eBones/lib/libkadm/Makefile b/eBones/lib/libkadm/Makefile index e536feb..de3a225 100644 --- a/eBones/lib/libkadm/Makefile +++ b/eBones/lib/libkadm/Makefile @@ -1,10 +1,10 @@ # From: @(#)Makefile 5.1 (Berkeley) 6/25/90 -# $Id: Makefile,v 1.9 1995/11/12 08:13:10 markm Exp $ +# $Id$ LIB= kadm SRCS= kadm_err.c kadm_stream.c kadm_supp.c kadm_cli_wrap.c -CFLAGS+= -I. -I${.CURDIR} -I${KRBOBJDIR} -DPOSIX +CFLAGS+= -I. -I${.CURDIR} -I${KRBOBJDIR} -DPOSIX -DKERBEROS beforeinstall: kadm_err.c -cd ${.CURDIR}; cmp -s kadm.h \ |