b0accfccb4
more like the standard behavior.
8 lines
222 B
Makefile
8 lines
222 B
Makefile
# Do nothing for the following
|
|
obj clean cleandir depend rcsfreeze all:
|
|
@echo -n
|
|
|
|
install:
|
|
install -c -o bin -g bin -m 555 rcsfreeze.sh /usr/bin/rcsfreeze
|
|
install -c -o bin -g bin -m 444 rcsfreeze.1 /usr/share/man/man1
|