summaryrefslogtreecommitdiffstats
path: root/contrib/bochs/Makefile
blob: 4a5b14cea28914a02d45d35a7bfe627941f7f1e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
all : tunctl serial-console.1

%.1 : %
	pod2man $< > $@

tunctl : tunctl.c
	$(CC) -o $@ $<

clean :
	rm -f serial-console.1 tunctl