Add bchdrn as one of the targets.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 29 Oct 1991 22:40:06 +0000 (22:40 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 29 Oct 1991 22:40:06 +0000 (22:40 +0000)
v7/src/microcode/unxutl/makefile

index 0b5f5962ed50a28df94adee81a345971598347f3..94a836638487af1014efa7a13e84f451c8585553 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Makefile for MIT CScheme microcode.
 #
-# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/makefile,v 1.13 1991/10/02 21:24:43 jinx Exp $
+# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/makefile,v 1.14 1991/10/29 22:40:06 jinx Exp $
 #
 CPP = cc -E
 MAKE = make  # BSD doesn't have it as a default.
@@ -22,6 +22,10 @@ bchscheme: xmakefile
        $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} bchscheme
 .PHONY: bchscheme
 
+bchdrn: xmakefile
+       $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} bchdrn
+.PHONY: bchdrn
+
 Psbtobin: xmakefile
        $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} Psbtobin
 .PHONY: Psbtobin