This commit is contained in:
seta75D
2021-10-11 18:37:13 -03:00
commit ff309bfe1c
14130 changed files with 3180272 additions and 0 deletions

11
sys/sunwindowdev/Makefile Normal file
View File

@@ -0,0 +1,11 @@
#
# @(#)Makefile 1.1 94/10/31 SMI
#
HFILES = wintree.h
HDIR=$(DESTDIR)/usr/include/sunwindowdev
install_h: $(HFILES)
@set -x; for i in $(HFILES); do \
install -c -m 444 $$i $(HDIR)/$$i ; \
done;