1994-06-08 22:57:30 +04:00
|
|
|
# from: @(#)Makefile 8.5 (Berkeley) 3/27/94
|
1994-12-22 13:44:04 +03:00
|
|
|
# $Id: Makefile,v 1.8 1994/12/22 10:45:46 cgd Exp $
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= mount
|
1994-06-08 22:57:30 +04:00
|
|
|
SRCS= mount.c mount_ufs.c getmntopts.c
|
1994-12-22 13:44:04 +03:00
|
|
|
MAN= mount.8
|
1994-06-08 22:57:30 +04:00
|
|
|
# We do NOT install the getmntopts.3 man page.
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|