Ticket #42552: patch-Makefile.diff
File patch-Makefile.diff, 353 bytes (added by xythobuz@…, 11 years ago) |
---|
-
Makefile
old new 1 1 all: mp3cat 2 2 mp3cat: *.c *.h 3 cc-o mp3cat *.c3 $(CC) -o mp3cat *.c 4 4 install: mp3cat mp3log mp3log-conf mp3stream-conf 5 5 install -o root -g wheel mp3cat /usr/local/bin/mp3cat 6 6 install -o root -g wheel mp3log /usr/local/bin/mp3log