1994-09-18 07:39:19 +00:00
|
|
|
#
|
|
|
|
# ----------------------------------------------------------------------------
|
|
|
|
# "THE BEER-WARE LICENSE" (Revision 42):
|
|
|
|
# <phk@login.dkuug.dk> wrote this file. As long as you retain this notice you
|
|
|
|
# can do whatever you want with this stuff. If we meet some day, and you think
|
|
|
|
# this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
|
|
|
|
# ----------------------------------------------------------------------------
|
|
|
|
#
|
1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1994-09-18 07:39:19 +00:00
|
|
|
#
|
|
|
|
#
|
|
|
|
|
2001-03-20 18:17:26 +00:00
|
|
|
PROG= fdwrite
|
|
|
|
MAN1= ${PROG}.1
|
|
|
|
CFLAGS+=-Wall
|
1994-09-18 07:39:19 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|