mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
5 lines
139 B
Makefile
5 lines
139 B
Makefile
|
|
install: install-am
|
|
$(mkinstalldirs) $(DESTDIR)/etc
|
|
cp -p ./etc_netconfig $(DESTDIR)/etc/netconfig
|
|
chmod 0644 $(DESTDIR)/etc/netconfig
|