simple/duwatch/GNUmakefile

10 lines
217 B
Makefile
Raw Normal View History

1995-07-27 16:57:26 +02:00
install: $(ROOT)/usr/local/bin/duwatch
install_all:
make install ROOT=/nfs/wsrdb
make install ROOT=/nfs/wifosv
make install ROOT=/nfs/ihssv
make install ROOT=/nfs/wsrcom
$(ROOT)/usr/local/bin/%: %
install $< $@