Deleted Added
full compact
Makefile (1855) Makefile (23678)
1# @(#)Makefile 8.5 (Berkeley) 3/27/94
1# @(#)Makefile 8.6 (Berkeley) 5/8/95
2
3PROG= mount
2
3PROG= mount
4SRCS= mount.c mount_ufs.c getmntopts.c
4SRCS= mount.c mount_ufs.c getmntopts.c vfslist.c
5MAN8= mount.8
6# We do NOT install the getmntopts.3 man page.
5MAN8= mount.8
6# We do NOT install the getmntopts.3 man page.
7CFLAGS+= -D_NEW_VFSCONF
7
8.include <bsd.prog.mk>
8
9.include <bsd.prog.mk>