Added rule for drvSup

This commit is contained in:
Janet B. Anderson
1994-10-06 14:41:20 +00:00
parent 2dd007c5e5
commit ce9e6f8186

View File

@@ -29,3 +29,8 @@ OBJS = \
PROD = drvSup
include $(EPICS)/config/RULES.Vx
$(PROD): $(OBJS)
$(RM) $@
$(LINK.c) $@ $(OBJS) $(LDLIBS)