]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.sbin/mount_portalfs/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / usr.sbin / mount_portalfs / Makefile
1 #       From: @(#)Makefile      8.3 (Berkeley) 3/27/94
2 # $FreeBSD$
3
4 PROG=   mount_portalfs
5 SRCS=   mount_portalfs.c activate.c conf.c cred.c getmntopts.c pt_conf.c \
6         pt_exec.c pt_file.c pt_pipe.c pt_tcp.c pt_tcplisten.c
7 MAN=    mount_portalfs.8
8
9 MOUNT=  ${.CURDIR}/../../sbin/mount
10 CFLAGS+=-I${MOUNT}
11 WARNS?= 3
12
13 .PATH:  ${MOUNT}
14
15 .include <bsd.prog.mk>