1 1.1.1.1 mycroft # @(#)Makefile 8.3 (Berkeley) 3/27/94 2 1.1 cgd 3 1.1 cgd PROG= mount_portal 4 1.1.1.1 mycroft SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \ 5 1.1.1.1 mycroft pt_exec.c pt_file.c pt_tcp.c 6 1.1 cgd MAN8= mount_portal.0 7 1.1.1.1 mycroft 8 1.1.1.1 mycroft MOUNT= ${.CURDIR}/../mount 9 1.1.1.1 mycroft CFLAGS+= -I/sys -I${MOUNT} 10 1.1.1.1 mycroft .PATH: ${MOUNT} 11 1.1.1.1 mycroft 12 1.1.1.1 mycroft DPADD= $(LIBCOMPAT) 13 1.1.1.1 mycroft LDADD= -lcompat 14 1.1 cgd 15 1.1 cgd .include <bsd.prog.mk> 16