mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-19 11:30:51 +00:00
12 lines
193 B
Makefile
12 lines
193 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id: Makefile,v 1.1 1998/02/11 08:48:38 taubert Exp $
|
|
|
|
PROG= wall
|
|
SRCS= wall.c ttymsg.c
|
|
BINGRP= tty
|
|
BINMODE=2555
|
|
|
|
OPTIMIZE=79
|
|
|
|
.INCLUDE: /src/gno/prog.mk
|