]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/mount_portalfs/Makefile
vfork -> fork. The child calls execl() which calls malloc(), so
[FreeBSD/FreeBSD.git] / usr.sbin / mount_portalfs / Makefile
1 #       From: @(#)Makefile      8.3 (Berkeley) 3/27/94
2 #       $Id: Makefile,v 1.7 1997/03/11 12:34:55 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+= -I${.CURDIR}/../../sys -I${MOUNT}
11 .PATH:  ${MOUNT}
12
13 .include <bsd.prog.mk>