summaryrefslogtreecommitdiffstats
path: root/kerberosIV/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberosIV/Makefile')
-rw-r--r--kerberosIV/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/kerberosIV/Makefile b/kerberosIV/Makefile
deleted file mode 100644
index f8efd7a..0000000
--- a/kerberosIV/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $FreeBSD$
-
-MAINTAINER= markm@FreeBSD.org
-
-SUBDIR= include lib libexec usr.bin usr.sbin
-
-# These are the programs which depend on Kerberos.
-KPROGS= lib/libpam \
- sbin/dump sbin/restore
-
-# This target is used to rebuild these programs WITH Kerberos.
-kerberize:
-.for entry in ${KPROGS}
- cd ${.CURDIR}/../${entry}; \
- ${MAKE} ${MFLAGS} -DMAKE_KERBEROS4 cleandir; \
- ${MAKE} ${MFLAGS} -DMAKE_KERBEROS4 obj; \
- ${MAKE} ${MFLAGS} -DMAKE_KERBEROS4 depend; \
- ${MAKE} ${MFLAGS} -DMAKE_KERBEROS4 all; \
- ${MAKE} ${MFLAGS} -DMAKE_KERBEROS4 install
-.endfor
-
-# This target is used to rebuild these programs WITHOUT Kerberos.
-dekerberize:
-.for entry in ${KPROGS}
- cd ${.CURDIR}/../${entry}; \
- ${MAKE} ${MFLAGS} cleandir; \
- ${MAKE} ${MFLAGS} obj; \
- ${MAKE} ${MFLAGS} depend; \
- ${MAKE} ${MFLAGS} all; \
- ${MAKE} ${MFLAGS} install
-.endfor
-
-.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud