1
0
mirror of https://github.com/PDP-10/klh10.git synced 2026-02-05 07:55:23 +00:00

Fix building the secondary programs.

This commit is contained in:
Olaf Seibert
2016-01-24 13:31:03 +01:00
parent 8aff8084ff
commit 1c0805eedb
4 changed files with 9 additions and 3 deletions

View File

@@ -204,6 +204,12 @@ DPROCS_KSITS = dprpxx dptm03 dpimp
BASE_UTILS = wfconv tapedd vdkfmt wxtest
ALL_UTILS = $(BASE_UTILS) udlconv uexbconv enaddr
DPROCS_KL: $(DPROCS_KL)
DPROCS_KS: $(DPROCS_KS)
DPROCS_KSITS: $(DPROCS_KSITS)
BASE_UTILS: $(BASE_UTILS)
ALL_UTILS: $(ALL_UTILS)
############################################################
## KLH10 config - helper definitions