1
0

Source code upload

This commit is contained in:
calmsacibis995
2022-09-29 17:59:04 +03:00
parent 72fa9da3d7
commit 8fc8fa8089
33399 changed files with 11964078 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#
# Makefile for bsd/sys header file installation.
#
include $(ROOT)/usr/include/make/commondefs
PUBLIC_HFILES= msgbuf.h ttychars.h
HPUT= $(INSTALL) -F /usr/include/sys -m 444
default: install
include $(COMMONRULES)
install:
$(HPUT) $(PUBLIC_HFILES)