]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - share/examples/autofs/driver/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / share / examples / autofs / driver / Makefile
1 # $Id: Makefile,v 1.5 2004/09/08 08:27:12 bright Exp $
2 # $FreeBSD$
3
4 PROG=           autodriver
5 NO_MAN=
6
7 SRCS=           autodriver.c
8 WARNS?=         4
9 CFLAGS+=        -g
10 BINDIR?=        /sbin
11
12 DPADD+=         ${.OBJDIR}/../libautofs/libautofs.a
13 #LDADD+=                -lautofs
14 LDADD+=         ${.OBJDIR}/../libautofs/libautofs.a
15 LDFLAGS+=       -L${.OBJDIR}/../libautofs
16 CFLAGS+=        -I${.CURDIR}/../libautofs
17
18 .include <bsd.prog.mk>