mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-04 22:08:21 +00:00
d8638d7f83
Let the builds know that there is a GNO-formatted man page.
12 lines
212 B
Makefile
12 lines
212 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id: Makefile,v 1.3 1998/04/16 06:33:45 gdr-ftp Exp $
|
|
|
|
PROG= whois
|
|
LDADD= -lnetdb
|
|
OPTIMIZE=79
|
|
DEBUG= 25
|
|
BINDIR = /usr/bin
|
|
HAS_BSD_MANPAGE = true
|
|
|
|
.INCLUDE: /src/gno/prog.mk
|