Makefile:

- install to /usr/bin vice /bin
This commit is contained in:
gdr-ftp 1998-03-11 03:10:31 +00:00
parent c910d74666
commit 13962cbe8c

View File

@ -1,11 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $Id: Makefile,v 1.1 1998/02/11 08:48:38 taubert Exp $
# $Id: Makefile,v 1.2 1998/03/11 03:10:31 gdr-ftp Exp $
PROG= wall
SRCS= wall.c ttymsg.c
BINGRP= tty
BINMODE=2555
BINDIR = /usr/bin
OPTIMIZE=79
.INCLUDE: /src/gno/prog.mk