1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2024-07-22 01:58:46 -03:00

13 lines
352 B
Makefile
Executable File

noall:
@echo "Please specify the type of distribution you're using as the"; \
echo "make target, e.g. make RedHat-4.0 The following Linux"; \
echo "distribution are currently supported:"; \
echo; \
echo " RedHat-4.0"; \
echo; \
echo "(Note that names are case-sensitive)"
RedHat-4.0:
cd common && make install
cd redhat-4.0 && make install