Merge from vendor branch WPA_SUPPLICANT:
[dragonfly.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 # $DragonFly: src/sbin/mount_portal/Makefile,v 1.3 2006/10/17 00:55:42 pavalos Exp $
4
5 PROG=   mount_portal
6 SRCS=   mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \
7         pt_exec.c pt_file.c pt_tcp.c pt_tcplisten.c
8 MAN=    mount_portal.8
9 WARNS?= 2
10
11 MOUNT=  ${.CURDIR}/../mount
12 CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
13 .PATH:  ${MOUNT}
14
15 .include <bsd.prog.mk>