diff options
Diffstat (limited to 'sbin/mount/Makefile')
-rw-r--r-- | sbin/mount/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile index 9e9ea8fdfec..725f62606a3 100644 --- a/sbin/mount/Makefile +++ b/sbin/mount/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 1996/11/12 08:46:12 downsj Exp $ +# $OpenBSD: Makefile,v 1.4 1996/12/03 01:04:43 downsj Exp $ # $NetBSD: Makefile,v 1.10 1995/07/12 03:45:09 cgd Exp $ PROG= mount -SRCS= mount.c getmntopts.c readlabel.c +SRCS= mount.c getmntopts.c DPADD= ${LIBUTIL} LDADD= -lutil MAN= mount.8 |