]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/amd/hlfsd/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.sbin / amd / hlfsd / Makefile
1 # ex:ts=8
2 #
3 # Makefile for amd
4 #       This file is under a "BSD" copyright (c) by David O'Brien 1998
5 #
6 # $FreeBSD$
7
8 .PATH: ${.CURDIR}/../../../contrib/amd/hlfsd
9
10 PROG=   hlfsd
11 MAN=    hlfsd.8
12 SRCS=   hlfsd.c homedir.c nfs_prot_svc.c stubs.c
13
14 CFLAGS+= -I${.CURDIR}/../../../contrib/amd/hlfsd
15
16 DPADD=  ${LIBAMU}
17 LDADD=  ${LIBAMU}
18
19 .include <bsd.prog.mk>