1997-05-07 00:44:56 +04:00
|
|
|
# $NetBSD: Makefile,v 1.11 1997/05/06 20:45:16 gwr Exp $
|
1995-03-18 17:54:19 +03:00
|
|
|
# @(#)Makefile 8.3 (Berkeley) 3/27/94
|
1994-01-12 23:01:27 +03:00
|
|
|
|
|
|
|
PROG= mount_portal
|
1994-06-08 23:23:02 +04:00
|
|
|
SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \
|
|
|
|
pt_exec.c pt_file.c pt_tcp.c
|
1994-12-22 13:44:04 +03:00
|
|
|
MAN= mount_portal.8
|
1994-06-08 23:23:02 +04:00
|
|
|
|
|
|
|
MOUNT= ${.CURDIR}/../mount
|
1994-08-04 01:07:10 +04:00
|
|
|
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
|
1997-05-07 00:44:56 +04:00
|
|
|
.PATH.c: ${MOUNT}
|
1994-06-08 23:23:02 +04:00
|
|
|
|
|
|
|
DPADD= $(LIBCOMPAT)
|
|
|
|
LDADD= -lcompat
|
1994-01-13 02:20:50 +03:00
|
|
|
|
1994-01-12 23:01:27 +03:00
|
|
|
.include <bsd.prog.mk>
|