diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-12-03 01:04:45 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-12-03 01:04:45 +0000 |
commit | 0d21ef0815f117f6c6ea39a71f98d7d6689eb7ba (patch) | |
tree | 70d09c4418d5b572e4e154318ec608d69ca509d2 /sbin/mount/Makefile | |
parent | 29722fdc0f175223128ea13d62cc2de28546df0d (diff) |
readlabelfs() moves to libutil, and return value changes.
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 |