1 1.1 cgd # from: @(#)Makefile 8.1 (Berkeley) 6/5/93 2 1.2 mycroft # $Id: Makefile,v 1.2 1994/01/12 20:16:59 mycroft Exp $ 3 1.1 cgd 4 1.1 cgd .if exists(${.CURDIR}/../../sys) 5 1.2 mycroft CFLAGS+=-I${.CURDIR}/../../sys 6 1.1 cgd .else 7 1.2 mycroft CFLAGS+=-I/sys 8 1.1 cgd .endif 9 1.1 cgd 10 1.1 cgd PROG= mount_portal 11 1.1 cgd PTAL= pt_conf.c pt_exec.c pt_file.c pt_tcp.c 12 1.1 cgd SRCS= mount_portal.c conf.c activate.c ${PTAL} 13 1.1 cgd MAN8= mount_portal.0 14 1.1 cgd 15 1.1 cgd .include <bsd.prog.mk> 16