moved iocInit from db to here

This commit is contained in:
Marty Kraimer
2000-04-28 18:31:46 +00:00
parent d40cdf85ae
commit 432dd776b6
3 changed files with 392 additions and 0 deletions
+2
View File
@@ -3,8 +3,10 @@ TOP=../..
include $(TOP)/configure/CONFIG
INC += epicsRelease.h
INC += iocInit.h
LIBSRCS += epicsRelease.c
LIBSRCS += iocInit.c
LIBRARY_IOC = miscIoc
include $(TOP)/configure/RULES