summaryrefslogtreecommitdiff
path: root/sbin/mount
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-09 22:51:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-09 22:51:53 +0000
commit64ac7fcba45f59c3ebe2d13c5b05fe8cad4aca49 (patch)
tree1d6468df89d39eb03a16ba29b333eb66b7128a1e /sbin/mount
parentbecb6c394727701de801c0d06b865ab289fbf2b7 (diff)
does not need to link getmntopts.c itself
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile
index 7fad8ba173e..78bc57b544b 100644
--- a/sbin/mount/Makefile
+++ b/sbin/mount/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.5 1997/09/21 11:37:03 deraadt Exp $
+# $OpenBSD: Makefile,v 1.6 2004/05/09 22:51:52 deraadt Exp $
PROG= mount
-SRCS= mount.c getmntopts.c
+SRCS= mount.c
DPADD= ${LIBUTIL}
LDADD= -lutil
MAN= mount.8