Init
This commit is contained in:
11
sys/sunwindowdev/Makefile
Normal file
11
sys/sunwindowdev/Makefile
Normal 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;
|
||||
Reference in New Issue
Block a user