Makefile revision 2849
150476Speter#
24Srgrimes# ----------------------------------------------------------------------------
38871Srgrimes# "THE BEER-WARE LICENSE" (Revision 42):
4113451Sphk# <phk@login.dkuug.dk> wrote this file.  As long as you retain this notice you
5126178Sjohan# can do whatever you want with this stuff. If we meet some day, and you think
674815Sru# this stuff is worth it, you can buy me a beer in return.   Poul-Henning Kamp
74Srgrimes# ----------------------------------------------------------------------------
8113451Sphk#
9113451Sphk# $Id$
10148035Sphk#
11148035Sphk#
12148035Sphk
134SrgrimesPROG    = fdwrite
14113451SphkCFLAGS+= -Wall -I${DESTDIR}/sys
15113451Sphk
16113451Sphk.include <bsd.prog.mk>
17