]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hunt/huntd/Makefile
cgram: rename local functions
[bsdgames-darwin.git] / hunt / huntd / Makefile
index c90d71db40e85dffdd4188d741ac3b04a3ec03e0..385bb5b246b64ad8c9b0138eb8461c241fd0d93d 100644 (file)
@@ -8,12 +8,12 @@ MAN=  huntd.6
 all: $(PROG)
 
 $(PROG): $(SRCS)
-       $(CC) $(CFLAGS) -o $(PROG) $(SRCS) $(EXTRADEFS) -I../include
+       $(CC) $(CFLAGS) -o $(PROG) $(SRCS) $(EXTRADEFS) -I../include -I$(ROOT)
        $(STRIP) $(PROG)
 
 install: $(PROG) $(MAN)
-       $(GINSTALL) -Dm2755 $(PROG) $(DESTDIR)/usr/games/$(PROG)
-       $(GINSTALL) -Dm644 $(MAN) $(DESTDIR)/usr/share/man/man6/$(MAN)
+       $(GINSTALL) -Dm2755 $(PROG) $(DESTDIR)/$(PREFIX)/games/$(PROG)
+       $(GINSTALL) -Dm644 $(MAN) $(DESTDIR)/$(PREFIX)/share/man/man6/$(MAN)
 
 clean:
        rm -f $(CLEANFILES) $(PROG)