1
0
Files
irix-657m-src/eoe/include/des/Makefile
2022-09-29 17:59:04 +03:00

17 lines
277 B
Makefile

#
# Makefile for rpc header file installation.
#
include $(ROOT)/usr/include/make/commondefs
PRIVATE_HFILES= \
des.h desdata.h softdes.h
HPUT= $(INSTALL) -m 444 -F /usr/include/des
default: install
include $(COMMONRULES)
install:
$(HPUT) -idb "noship" $(PRIVATE_HFILES)