NetBSD/sbin/mount/Makefile

10 lines
230 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 1995/03/18 14:56:53 cgd Exp $
# @(#)Makefile 8.5 (Berkeley) 3/27/94
1993-03-21 12:45:37 +03:00
PROG= mount
SRCS= mount.c mount_ufs.c getmntopts.c
1994-12-22 13:44:04 +03:00
MAN= mount.8
# We do NOT install the getmntopts.3 man page.
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>