summaryrefslogtreecommitdiffstats
path: root/net/802/transit/Makefile
blob: 2493697031809ab1b7c6139059684f5d43c2870b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include $(TOPDIR)/Rules.make

all:	pdutr.h timertr.h

pdutr.h: pdutr.pre compile.awk			
	awk -f ./compile.awk pdutr.pre > pdutr.h

timertr.h: timertr.pre compile.awk
	awk -f ./compile.awk timertr.pre > timertr.h

clean:
	touch pdutr.h timertr.h
	rm pdutr.h timertr.h