summaryrefslogtreecommitdiffstats
path: root/sbin/mount_portal/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-02-21 04:05:20 +0000
committerwollman <wollman@FreeBSD.org>1995-02-21 04:05:20 +0000
commit508504ecfff98cd984e3ce7369097c1f422ee856 (patch)
tree73febfb2df23227e5316111b209157af08379b1e /sbin/mount_portal/Makefile
parent628595ee58ba337b02ca576185f96f43113d7a9f (diff)
downloadFreeBSD-src-508504ecfff98cd984e3ce7369097c1f422ee856.zip
FreeBSD-src-508504ecfff98cd984e3ce7369097c1f422ee856.tar.gz
Use POSIX.2 regular expressions, get rid of libcompat.
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