]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - sail/Makefile
better handle ^d in getinp(), so we dont loop endlessly.
[bsdgames-darwin.git] / sail / Makefile
index 2fca7996b7aee34b97e38ba14d71a77a64f61f20..42968bf2723f7c0ec8c84e730d2ce09a4287835d 100644 (file)
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2000/02/12 10:03:30 itojun Exp $
+#      $NetBSD: Makefile,v 1.13 2000/06/11 15:37:51 mycroft Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 PROG=  sail
@@ -11,11 +11,4 @@ LDADD=       -lcurses
 HIDEGAME=hidegame
 SETGIDGAME=yes
 
-afterinstall:
-.if !defined(UNPRIVILEGED)
-       mkdir -p ${DESTDIR}/var/games/sail
-       chown root.games ${DESTDIR}/var/games/sail
-       chmod 2770 ${DESTDIR}/var/games/sail
-.endif
-
 .include <bsd.prog.mk>