summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mount_portalfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mount_portalfs/Makefile')
-rw-r--r--usr.sbin/mount_portalfs/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.sbin/mount_portalfs/Makefile b/usr.sbin/mount_portalfs/Makefile
new file mode 100644
index 0000000..1f17d24
--- /dev/null
+++ b/usr.sbin/mount_portalfs/Makefile
@@ -0,0 +1,15 @@
+# @(#)Makefile 8.3 (Berkeley) 3/27/94
+
+PROG= mount_portal
+SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \
+ pt_exec.c pt_file.c pt_tcp.c
+MAN8= mount_portal.0
+
+MOUNT= ${.CURDIR}/../mount
+CFLAGS+= -I/sys -I${MOUNT}
+.PATH: ${MOUNT}
+
+DPADD= $(LIBCOMPAT)
+LDADD= -lcompat
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud