1995-02-21 04:05:20 +00:00
|
|
|
# From: @(#)Makefile 8.3 (Berkeley) 3/27/94
|
1997-03-11 12:40:45 +00:00
|
|
|
# $Id: Makefile,v 1.6 1997/02/22 14:32:52 peter Exp $
|
1994-05-26 06:35:07 +00:00
|
|
|
|
|
|
|
PROG= mount_portal
|
|
|
|
SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \
|
|
|
|
pt_exec.c pt_file.c pt_tcp.c
|
1994-08-05 02:42:42 +00:00
|
|
|
MAN8= mount_portal.8
|
1994-05-26 06:35:07 +00:00
|
|
|
|
|
|
|
MOUNT= ${.CURDIR}/../mount
|
1997-03-11 12:40:45 +00:00
|
|
|
CFLAGS+= -D_NEW_VFSCONF
|
1994-11-20 22:42:16 +00:00
|
|
|
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
|
1994-05-26 06:35:07 +00:00
|
|
|
.PATH: ${MOUNT}
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|