]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/mount_portalfs/Makefile
This commit was generated by cvs2svn to compensate for changes in r29615,
[FreeBSD/FreeBSD.git] / sbin / mount_portalfs / Makefile
1 #       From: @(#)Makefile      8.3 (Berkeley) 3/27/94
2 #       $Id: Makefile,v 1.6 1997/02/22 14:32:52 peter Exp $
3
4 PROG=   mount_portal
5 SRCS=   mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \
6         pt_exec.c pt_file.c pt_tcp.c
7 MAN8=   mount_portal.8
8
9 MOUNT=  ${.CURDIR}/../mount
10 CFLAGS+= -D_NEW_VFSCONF
11 CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
12 .PATH:  ${MOUNT}
13
14 .include <bsd.prog.mk>