Files
Arquivotheca.SunOS-4.1.4/sys/nfs/Makefile
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

13 lines
206 B
Makefile

#
# @(#)Makefile 1.1 94/10/31 SMI
#
HFILES = export.h nfs.h nfs_clnt.h rnode.h
HDIR=$(DESTDIR)/usr/include/nfs
install_h: $(HFILES) FRC
install -d -m 755 $(HDIR)
install -m 444 $(HFILES) $(HDIR)
FRC: