-WARNS6 cleanup (1858 warnings)
[dragonfly.git] / sbin / mount / Makefile
blob95099bf65cf60d7146c6322a231a8276b13f828c
1 # @(#)Makefile 8.6 (Berkeley) 5/8/95
2 # $FreeBSD: src/sbin/mount/Makefile,v 1.9.2.1 2001/04/25 10:58:33 ru Exp $
3 # $DragonFly: src/sbin/mount/Makefile,v 1.3 2003/09/06 18:27:57 hmp Exp $
5 PROG= mount
6 SRCS= mount.c mount_ufs.c getmntopts.c vfslist.c
7 MAN= mount.8
8 # We do NOT install the getmntopts.3 man page.
10 MLINKS+= mount.8 mount_ufs.8
12 .include <bsd.prog.mk>