a16800d862
PR: kern/8793, misc/8796, kern/8797, kern/8798, kern/8050, kern/6758 Submitted by: Duncan Barclay <dmlb@ragnet.demon.co.uk>
14 lines
357 B
Makefile
14 lines
357 B
Makefile
# From: @(#)Makefile 8.3 (Berkeley) 3/27/94
|
|
# $Id: Makefile,v 1.8 1998/01/20 10:40:04 bde Exp $
|
|
|
|
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 pt_tcplisten.c
|
|
MAN8= mount_portal.8
|
|
|
|
MOUNT= ${.CURDIR}/../mount
|
|
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
|
|
.PATH: ${MOUNT}
|
|
|
|
.include <bsd.prog.mk>
|