summaryrefslogtreecommitdiffstats
path: root/share/examples/autofs/driver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/examples/autofs/driver/Makefile')
-rw-r--r--share/examples/autofs/driver/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/share/examples/autofs/driver/Makefile b/share/examples/autofs/driver/Makefile
deleted file mode 100644
index d577668..0000000
--- a/share/examples/autofs/driver/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $Id: Makefile,v 1.5 2004/09/08 08:27:12 bright Exp $
-# $FreeBSD$
-
-PROG= autodriver
-NO_MAN=
-
-SRCS= autodriver.c
-WARNS?= 4
-CFLAGS+= -g
-BINDIR?= /sbin
-
-DPADD+= ${.OBJDIR}/../libautofs/libautofs.a
-#LDADD+= -lautofs
-LDADD+= ${.OBJDIR}/../libautofs/libautofs.a
-LDFLAGS+= -L${.OBJDIR}/../libautofs
-CFLAGS+= -I${.CURDIR}/../libautofs
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud