NetBSD/sbin/mount_portal/Makefile

16 lines
349 B
Makefile
Raw Normal View History

1994-01-12 23:01:27 +03:00
# from: @(#)Makefile 8.1 (Berkeley) 6/5/93
# $Id: Makefile,v 1.2 1994/01/12 20:16:59 mycroft Exp $
1994-01-12 23:01:27 +03:00
.if exists(${.CURDIR}/../../sys)
CFLAGS+=-I${.CURDIR}/../../sys
1994-01-12 23:01:27 +03:00
.else
CFLAGS+=-I/sys
1994-01-12 23:01:27 +03:00
.endif
PROG= mount_portal
PTAL= pt_conf.c pt_exec.c pt_file.c pt_tcp.c
SRCS= mount_portal.c conf.c activate.c ${PTAL}
MAN8= mount_portal.0
.include <bsd.prog.mk>