Milán Major

netscape-revival

1 branch
Code

nspr-/include/os/Makefile

#! gmake

DEPTH = ../../..

HEADERS = *.h

include $(DEPTH)/nspr/config/rules.mk

export:: $(HEADERS)
	$(INSTALL) -m 444 $(HEADERS) $(DIST)/include/nspr/os

install:: export