summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd/include/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/amd/include/Makefile')
-rw-r--r--usr.sbin/amd/include/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/usr.sbin/amd/include/Makefile b/usr.sbin/amd/include/Makefile
deleted file mode 100644
index df770d1..0000000
--- a/usr.sbin/amd/include/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# ex:ts=8
-#
-# $FreeBSD$
-#
-# Makefile for amd
-# This file is under a "BSD" copyright (c) by David O'Brien 1998.
-# Portions derived from amd/libamu/Makefile
-# $NetBSD: Makefile,v 1.8 1998/08/08 22:33:37 christos Exp $
-
-.include <bsd.own.mk>
-
-SRCS= config_local.h
-.if ${MK_NIS} == "no"
-SRCS+= localconfig.h
-.endif
-CLEANFILES= ${SRCS}
-
-all depend: ${SRCS}
-
-config_local.h: newvers.sh
- @rm -f ${.TARGET}
- sh ${.ALLSRC} ${.CURDIR}/../../../sys/conf/newvers.sh > ${.TARGET}
-
-localconfig.h:
- @rm -f ${.TARGET}
- @echo "/* NIS disabled by WITHOUT_NIS src.conf option */" >> ${.TARGET}
- @echo "#undef HAVE_MAP_NIS" >> ${.TARGET}
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud