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.
9 lines
174 B
Makefile
9 lines
174 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id: Makefile,v 1.3 1998/04/16 06:33:36 gdr-ftp Exp $
|
|
|
|
PROG= last
|
|
BINDIR = /usr/bin
|
|
HAS_BSD_MANPAGE = true
|
|
|
|
.INCLUDE: /src/gno/prog.mk
|