1# vim:set sw=8 nosta:
2
3BINS=
4SUBDIRS=
5
6
7all:
8
9install:
10	$(INSTALL) $(wildcard *.8) /usr/share/man/man8/
11
12
13include ../common.mak
14MAKEDEP:=
15