Makefile revision 2849
12849Sphk#
22849Sphk# ----------------------------------------------------------------------------
32849Sphk# "THE BEER-WARE LICENSE" (Revision 42):
42849Sphk# <phk@login.dkuug.dk> wrote this file.  As long as you retain this notice you
52849Sphk# can do whatever you want with this stuff. If we meet some day, and you think
62849Sphk# this stuff is worth it, you can buy me a beer in return.   Poul-Henning Kamp
72849Sphk# ----------------------------------------------------------------------------
82849Sphk#
92849Sphk# $Id$
102849Sphk#
112849Sphk#
122849Sphk
132849SphkPROG    = fdwrite
142849SphkCFLAGS+= -Wall -I${DESTDIR}/sys
152849Sphk
162849Sphk.include <bsd.prog.mk>
17