NetBSD/sbin/mount/Makefile

10 lines
232 B
Makefile
Raw Normal View History

# 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
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>