Initial import from FreeBSD RELENG_4:
[games.git] / sbin / mount_portal / Makefile
1 #       From: @(#)Makefile      8.3 (Berkeley) 3/27/94
2 # $FreeBSD: src/sbin/mount_portal/Makefile,v 1.10.2.1 2001/04/25 10:58:39 ru 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 pt_tcplisten.c
7 MAN=    mount_portal.8
8
9 MOUNT=  ${.CURDIR}/../mount
10 CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
11 .PATH:  ${MOUNT}
12
13 .include <bsd.prog.mk>