From: Edward Wang Date: Tue, 4 Dec 1984 09:29:12 +0000 (-0800) Subject: DEST to DESTDIR X-Git-Tag: BSD-4_3-Snapshot-Development~9239 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/641ba3f8b1042fefc9e714b049a62575c986e977 DEST to DESTDIR SCCS-vsn: games/battlestar/Makefile 1.3 --- diff --git a/usr/src/games/battlestar/Makefile b/usr/src/games/battlestar/Makefile index b50e27122e..b922272df6 100644 --- a/usr/src/games/battlestar/Makefile +++ b/usr/src/games/battlestar/Makefile @@ -1,4 +1,4 @@ -# @(#)Makefile 1.2 %G% +# @(#)Makefile 1.3 %G% CFLAGS= -O OBJS= battlestar.o com1.o com2.o com3.o com4.o com5.o com6.o com7.o \ @@ -13,9 +13,9 @@ LINTFLAGS= -h JUNKFILES= battlestar tags mkfile mkwlist mkobjs \ wlist.c dayfile.c nightfile.c dayobjs.c nightobjs.c DATAFILES= dayfile nightfile battlewords dayobjs nightobjs -DIR= $(DEST)/usr/games +DIR= $(DESTDIR)/usr/games LOGFILE= $(DIR)/lib/battlestar.log -MAN= $(DEST)/usr/man/man6/battlestar.6 +MAN= $(DESTDIR)/usr/man/man6/battlestar.6 battlestar: ${OBJS} cc ${OBJS} ${LIBS} -o battlestar