blob: 38fcf5b69e443b4f83362014c10c23d7d2dd7d65 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
--- Makefile Sun Jul 8 02:21:20 2001
+++ Makefile.freebsd Wed Aug 15 19:23:54 2001
@@ -85,14 +85,14 @@
$(PRG_CFG): version.h codec-cfg.c codec-cfg.h
$(CC) $(CFLAGS) -g codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML
-install: $(PRG) $(PRG_FIBMAP)
- install -D -m 755 -s $(PRG) $(BINDIR)/$(PRG)
- install -D -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1
- @echo "Following task requires root privs. If it fails don't panic"
- @echo "however it means you can't use fibmap_mplayer."
- @echo "Without this (or without running mplayer as root) you won't be"
- @echo "able to play DVDs."
- install -D -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP)
+install: $(PRG)
+ install -C -m 755 -s $(PRG) $(BINDIR)/$(PRG)
+ install -C -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1
+# @echo "Following task requires root privs. If it fails don't panic"
+# @echo "however it means you can't use fibmap_mplayer."
+# @echo "Without this (or without running mplayer as root) you won't be"
+# @echo "able to play DVDs."
+# install -D -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP)
clean:
rm -f *.o *~ $(OBJS)
|