mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 23:29:16 +00:00
Makefile:
- install to /usr/bin vice /bin
This commit is contained in:
parent
c910d74666
commit
13962cbe8c
@ -1,11 +1,11 @@
|
|||||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
# @(#)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
|
PROG= wall
|
||||||
SRCS= wall.c ttymsg.c
|
SRCS= wall.c ttymsg.c
|
||||||
BINGRP= tty
|
BINGRP= tty
|
||||||
BINMODE=2555
|
BINMODE=2555
|
||||||
|
BINDIR = /usr/bin
|
||||||
OPTIMIZE=79
|
OPTIMIZE=79
|
||||||
|
|
||||||
.INCLUDE: /src/gno/prog.mk
|
.INCLUDE: /src/gno/prog.mk
|
||||||
|
Loading…
Reference in New Issue
Block a user