blob: b6826340eee1baf0e963e4d12c6170eb04de7969 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
TOPDIR= ..
include $(TOPDIR)/os.mk
LIB= einfo
SHLIB_MAJOR= 1
SRCS= libeinfo.c
INCS= einfo.h
SHLIBDIR= /${LIBNAME}
include $(TOPDIR)/cc.mk
include $(TOPDIR)/lib.mk
include $(TOPDIR)/$(TERMCAP).mk
|