summaryrefslogtreecommitdiff
path: root/sbin/mount/Makefile
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-11-12 08:46:14 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-11-12 08:46:14 +0000
commitc462b42923113c496b1e27971aae689df8b6c301 (patch)
tree093436115204bd3fe1d1a52e0159ddc4d20e3f21 /sbin/mount/Makefile
parent306e66afd921d98e5734fd735a825fa24561aefc (diff)
Prelimary label-groking code for mount; makes -t close to obsolete.
Diffstat (limited to 'sbin/mount/Makefile')
-rw-r--r--sbin/mount/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile
index 9326efce97e..9e9ea8fdfec 100644
--- a/sbin/mount/Makefile
+++ b/sbin/mount/Makefile
@@ -1,8 +1,10 @@
-# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:09 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 1996/11/12 08:46:12 downsj Exp $
# $NetBSD: Makefile,v 1.10 1995/07/12 03:45:09 cgd Exp $
PROG= mount
-SRCS= mount.c getmntopts.c
+SRCS= mount.c getmntopts.c readlabel.c
+DPADD= ${LIBUTIL}
+LDADD= -lutil
MAN= mount.8
# We do NOT install the getmntopts.3 man page.