summaryrefslogtreecommitdiffstats
path: root/games/snake
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2000-04-25 16:51:18 +0000
committerespie <espie@openbsd.org>2000-04-25 16:51:18 +0000
commitb9d5dd1ce31d16a6310dc323033a9b84fc96aaa6 (patch)
tree53954b19e85d46b370af1a8e9325da6f956fc6f4 /games/snake
parentTypo (diff)
downloadwireguard-openbsd-b9d5dd1ce31d16a6310dc323033a9b84fc96aaa6.tar.xz
wireguard-openbsd-b9d5dd1ce31d16a6310dc323033a9b84fc96aaa6.zip
Missing MLINKS
Diffstat (limited to 'games/snake')
-rw-r--r--games/snake/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/snake/Makefile b/games/snake/Makefile
index 3907cbed636..341d41dabfb 100644
--- a/games/snake/Makefile
+++ b/games/snake/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 1999/03/13 02:08:09 pjanzen Exp $
+# $OpenBSD: Makefile,v 1.4 2000/04/25 16:51:18 espie Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= snake
@@ -7,6 +7,7 @@ MAN= snake.6
DPADD= ${LIBM} ${LIBCURSES}
LDADD= -lm -lcurses
HIDEGAME=hidegame
+MLINKS=snake.6 snscore.6
beforeinstall:
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \