]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - canfield/cfscores/Makefile
Fix merge conflicts
[bsdgames-darwin.git] / canfield / cfscores / Makefile
index f8c9518e456c252044994178ae88add804acb93e..4e32a5d27811bfa03e7a57f77edda26c00def8cb 100644 (file)
@@ -7,11 +7,11 @@ SRCS=         cfscores.c
 all: $(PROG)
 
 $(PROG): $(SRCS)
-       $(CC) $(CFLAGS) -o $(PROG) $(SRCS) -I../canfield
+       $(CC) $(CFLAGS) -o $(PROG) $(SRCS) -I../canfield -I$(ROOT)
        $(STRIP) $(PROG)
 
 install: $(PROG) $(MAN)
-       $(GINSTALL) -Dm755 $(PROG) $(DESTDIR)/usr/games/$(PROG)
+       $(GINSTALL) -Dm755 $(PROG) $(DESTDIR)/$(PREFIX)/games/$(PROG)
 
 clean:
        rm -f $(CLEANFILES) $(PROG)