]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - share/examples/autofs/driver/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>