Removed Makefile.Unix files.

This commit is contained in:
Janet B. Anderson
1997-02-05 22:18:03 +00:00
parent d21c4ba0ab
commit 11b9be6dfd
22 changed files with 0 additions and 1094 deletions
-15
View File
@@ -1,15 +0,0 @@
TOP = ../../..
include $(TOP)/config/CONFIG_BASE
INC += cvtTable.h
SRCS.c = ../makeBpt.c
OBJS = makeBpt.o
PROD = makeBpt
include $(TOP)/config/RULES.Unix
$(PROD): $(OBJS)
$(RM) $@
$(LINK.c) -o $@ ${OBJS} $(LDLIBS)