Add a target that will update the 1.4-release slip tag.
[dragonfly.git] / sbin / nfsiod / Makefile
blob4c545d09dd754f2b64fa8e2776cce0500c640f9b
1 # @(#)Makefile 8.1 (Berkeley) 6/5/93
2 # $FreeBSD: src/sbin/nfsiod/Makefile,v 1.4.6.1 2001/04/25 10:58:44 ru Exp $
3 # $DragonFly: src/sbin/nfsiod/Makefile,v 1.3 2004/11/14 20:07:25 liamfoy Exp $
5 PROG= nfsiod
6 MAN= nfsiod.8
7 CFLAGS+=-DNFS
9 WARNS?= 6
10 .include <bsd.prog.mk>