mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
6 lines
139 B
Text
6 lines
139 B
Text
|
|
||
|
install: install-am
|
||
|
$(mkinstalldirs) $(DESTDIR)/etc
|
||
|
cp -p ./etc_netconfig $(DESTDIR)/etc/netconfig
|
||
|
chmod 0644 $(DESTDIR)/etc/netconfig
|