os161/man/dev/Makefile
2015-12-23 00:50:04 +00:00

14 lines
304 B
Makefile

# Man pages for device drivers
TOP=../..
.include "$(TOP)/mk/os161.config.mk"
MANDIR=/man/dev
MANFILES=\
beep.html con.html emu.html index.html lamebus.html lhd.html \
lnet.html lrandom.html lscreen.html lser.html ltimer.html \
null.html random.html rtclock.html
.include "$(TOP)/mk/os161.man.mk"