NetBSD/sbin/mount/Makefile

10 lines
219 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.10 1995/07/12 03:45:09 cgd Exp $
# @(#)Makefile 8.5 (Berkeley) 3/27/94
1993-03-21 12:45:37 +03:00
PROG= mount
SRCS= mount.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>