Makefile revision 140382
1#	From: @(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/mkfifo/Makefile 140382 2005-01-17 13:47:05Z delphij $
3
4PROG=	mkfifo
5WARNS?=	6
6
7.include <bsd.prog.mk>
8