Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
script3r
GitHub Repository: script3r/os161
Path: blob/master/man/dev/Makefile
734 views
# 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"