diff options
author | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-07-14 16:14:46 +0000 |
---|---|---|
committer | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-07-14 16:14:46 +0000 |
commit | 89e7b37fdc0142af283606772184759aa718f6e4 (patch) | |
tree | 29211e76c7b53fa11c8cba2664b690a75e7cdc03 /lib/libkadm5srv/Makefile | |
parent | 38242218747fea14f0da0b54e7a9b95aa3b22d0e (diff) |
Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, David Krause, ...
Diffstat (limited to 'lib/libkadm5srv/Makefile')
-rw-r--r-- | lib/libkadm5srv/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libkadm5srv/Makefile b/lib/libkadm5srv/Makefile index 25f9ff1c04a..e3371fb01a7 100644 --- a/lib/libkadm5srv/Makefile +++ b/lib/libkadm5srv/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2003/05/17 05:20:18 mho Exp $ +# $OpenBSD: Makefile,v 1.3 2003/07/14 16:14:43 mho Exp $ KRB5DIR = ${.CURDIR}/../../kerberosV .include <${.CURDIR}/../libkrb5/Makefile.common.inc> @@ -26,7 +26,8 @@ includes: kadm5_err.h cmp -s $$i ${DESTDIR}/usr/include/kerberosV/kadm5/$$i || \ ${INSTALL} ${INSTALL_COPY} -m 444 \ -o ${BINOWN} -g $(BINGRP) $$i \ - ${DESTDIR}/usr/include/kerberosV/kadm5; done + ${DESTDIR}/usr/include/kerberosV/kadm5; done; \ + echo SRCS= acl.c \ admin.h \ |