Install ahc.4.

This commit is contained in:
Justin T. Gibbs 1995-04-16 00:08:53 +00:00
parent 825402c2ab
commit c4bec2ef93
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7867

View File

@ -1,11 +1,12 @@
# @(#)Makefile 0.1 (RWGrimes) 3/25/93
MAN4= aha.4 ahb.4 apm.4 bt.4 cx.4 ed.4 fdc.4 ie.4 is.4 joy.4 keyboard.4 \
lpt.4 matcd.4 mcd.4 mem.4 mse.4 npx.4 pcvt.4 screen.4 sio.4 spkr.4 \
tw.4 uha.4 wd.4
MAN4= aha.4 ahb.4 ahc.4 apm.4 bt.4 cx.4 ed.4 fdc.4 ie.4 is.4 joy.4 \
keyboard.4 lpt.4 matcd.4 mcd.4 mem.4 mse.4 npx.4 pcvt.4 screen.4 \
sio.4 spkr.4 tw.4 uha.4 wd.4
MLINKS= aha.4 ../aha.4
MLINKS+= ahb.4 ../ahb.4
MLINKS+= ahc.4 ../ahc.4
MLINKS+= bt.4 ../bt.4
MLINKS+= cx.4 ../cx.4
MLINKS+= ed.4 ../ed.4