From a4a1a839ad4c4648d8c7c7e6bba576dec6bec55b Mon Sep 17 00:00:00 2001 From: markm Date: Wed, 24 Sep 1997 20:37:15 +0000 Subject: Initial import of the new kerberosIV Makefiles. I will follow up with the userland sources over the next few days. The impatient of you can play with this, but you do this without support or blessing until I am finished ;-) --- kerberosIV/usr.bin/ksrvtgt/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 kerberosIV/usr.bin/ksrvtgt/Makefile (limited to 'kerberosIV/usr.bin/ksrvtgt') diff --git a/kerberosIV/usr.bin/ksrvtgt/Makefile b/kerberosIV/usr.bin/ksrvtgt/Makefile new file mode 100644 index 0000000..5a8f189 --- /dev/null +++ b/kerberosIV/usr.bin/ksrvtgt/Makefile @@ -0,0 +1,13 @@ +# $Id$ + +MAN1= ${KRB4DIR}/man/ksrvtgt.1 + +beforeinstall: + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${KRB4DIR}/appl/kauth/ksrvtgt.in ${DESTDIR}${BINDIR}/ksrvtgt + +depend all: + +.include + +.PATH: ${KRB4DIR}/appl/kauth -- cgit v1.1