1 1.14 christos # $NetBSD: Makefile,v 1.14 1998/02/04 10:25:28 christos Exp $ 2 1.10 cgd # @(#)Makefile 8.3 (Berkeley) 3/27/94 3 1.1 cgd 4 1.1 cgd PROG= mount_portal 5 1.6 mycroft SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \ 6 1.6 mycroft pt_exec.c pt_file.c pt_tcp.c 7 1.9 cgd MAN= mount_portal.8 8 1.6 mycroft 9 1.6 mycroft MOUNT= ${.CURDIR}/../mount 10 1.13 christos CPPFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} 11 1.12 gwr .PATH: ${MOUNT} 12 1.1 cgd 13 1.1 cgd .include <bsd.prog.mk> 14