mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +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
|