23 lines
398 B
Makefile
23 lines
398 B
Makefile
#!smake
|
|
|
|
#ident "$Revision: 1.4 $
|
|
|
|
BASELIB=nis.a
|
|
ALTLIBS=nis_n32_M3.a
|
|
|
|
DSOEXPORTS=common.exports
|
|
DSOEXPORTS_32_ABI=common.exports
|
|
DSOEXPORTS_64_ABI=common.exports
|
|
|
|
include $(ROOT)/usr/include/make/librootdefs
|
|
|
|
include ../nametoaddrcommondefs
|
|
|
|
default: ${TARGETS}
|
|
|
|
include ${LIBROOTRULES}
|
|
|
|
install exports: default
|
|
$(INST_N32) -m 444 -src nis_n32_M3.so nis.so
|
|
$(INST_32) -m 444 -src nis.so nis.so
|