1 1.6 mycroft # from: @(#)Makefile 8.3 (Berkeley) 3/27/94 2 1.8 deraadt # $Id: Makefile,v 1.8 1994/08/03 21:07:16 deraadt Exp $ 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.1 cgd MAN8= mount_portal.0 8 1.6 mycroft 9 1.6 mycroft MOUNT= ${.CURDIR}/../mount 10 1.8 deraadt CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} 11 1.6 mycroft .PATH: ${MOUNT} 12 1.6 mycroft 13 1.6 mycroft DPADD= $(LIBCOMPAT) 14 1.6 mycroft LDADD= -lcompat 15 1.1 cgd 16 1.1 cgd .include <bsd.prog.mk> 17