I have no idea what happened, but something did...
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 31 May 1993 10:44:32 +0000 (02:44 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 31 May 1993 10:44:32 +0000 (02:44 -0800)
SCCS-vsn: games/Makefile 5.23

usr/src/games/Makefile

index f1fd495..f539895 100644 (file)
@@ -1,20 +1,5 @@
-#      @(#)Makefile    5.12 (Berkeley) 5/30/93
+#      @(#)Makefile    5.23 (Berkeley) %G%
 
 Missing: adventure boggle ching dungeon hunt phantasia quiz warp 
 
 
 Missing: adventure boggle ching dungeon hunt phantasia quiz warp 
 
-PROG=  larn
-MAN6=  larn.0
-CFLAGS+=-DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings
-SRCS=  main.c object.c create.c tok.c display.c global.c data.c io.c \
-       monster.c store.c diag.c help.c config.c nap.c bill.c scores.c \
-       signal.c moreobj.c movem.c regen.c fortune.c savelev.c
-DPADD= ${LIBTERM} ${LIBCOMPAT}
-LDADD= -ltermcap -lcompat
-HIDEGAME=hidegame
-
-beforeinstall:
-       (cd ${.CURDIR}/datfiles; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
-           larnmaze larnopts larn.help \
-           ${DESTDIR}/usr/share/games/larn)
-
-.include <bsd.prog.mk>
+.include <bsd.subdir.mk>