]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/mount_ifs/Makefile
unfinished sblive driver, playback/mixer only for now - not enabled in
[FreeBSD/FreeBSD.git] / sbin / mount_ifs / Makefile
1 #       @(#)Makefile    8.6 (Berkeley) 5/8/95
2 # $FreeBSD$
3
4 PROG=   mount
5 SRCS=   mount.c mount_ufs.c getmntopts.c vfslist.c
6 MAN8=   mount.8
7 # We do NOT install the getmntopts.3 man page.
8
9 .include <bsd.prog.mk>