diff options
Diffstat (limited to 'sbin/mount/Makefile')
-rw-r--r-- | sbin/mount/Makefile | 6 |
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. |