summaryrefslogtreecommitdiffstats
path: root/sbin/mount_portal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_portal/Makefile')
-rw-r--r--sbin/mount_portal/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sbin/mount_portal/Makefile b/sbin/mount_portal/Makefile
index 519d27f0..85eca12 100644
--- a/sbin/mount_portal/Makefile
+++ b/sbin/mount_portal/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 8.3 (Berkeley) 3/27/94
+# From: @(#)Makefile 8.3 (Berkeley) 3/27/94
+# $Id$
PROG= mount_portal
SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \
@@ -9,7 +10,4 @@ MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}
-DPADD= $(LIBCOMPAT)
-LDADD= -lcompat
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud