mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
d8638d7f83
Let the builds know that there is a GNO-formatted man page.
13 lines
233 B
Makefile
13 lines
233 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id: Makefile,v 1.3 1998/04/16 06:33:39 gdr-ftp Exp $
|
|
|
|
PROG= wall
|
|
SRCS= wall.c ttymsg.c
|
|
BINGRP= tty
|
|
BINMODE=2555
|
|
BINDIR = /usr/bin
|
|
OPTIMIZE=79
|
|
HAS_BSD_MANPAGE = true
|
|
|
|
.INCLUDE: /src/gno/prog.mk
|