Merge from vendor branch LIBARCHIVE:
[dragonfly.git] / usr.sbin / rpc.umntall / Makefile
1 #       @(#)Makefile    8.4 (Berkeley) 6/22/95
2 # $FreeBSD: src/usr.sbin/rpc.umntall/Makefile,v 1.1.2.1 2001/04/25 12:10:46 ru Exp $
3 # $DragonFly: src/usr.sbin/rpc.umntall/Makefile,v 1.3 2005/04/02 20:49:56 joerg Exp $
4
5 PROG=   rpc.umntall
6 SRCS=   rpc.umntall.c mounttab.c
7 MAN=    rpc.umntall.8
8 WARNS?= 6
9
10 .include <bsd.prog.mk>