Makefile:

Let the builds know that there is a GNO-formatted man page.
This commit is contained in:
gdr-ftp 1998-04-16 06:33:45 +00:00
parent 16efada45b
commit d8638d7f83
3 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $Id: Makefile,v 1.2 1998/03/11 03:03:23 gdr-ftp Exp $
# $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

View File

@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $Id: Makefile,v 1.2 1998/03/11 03:10:31 gdr-ftp Exp $
# $Id: Makefile,v 1.3 1998/04/16 06:33:39 gdr-ftp Exp $
PROG= wall
SRCS= wall.c ttymsg.c
@ -7,5 +7,6 @@ BINGRP= tty
BINMODE=2555
BINDIR = /usr/bin
OPTIMIZE=79
HAS_BSD_MANPAGE = true
.INCLUDE: /src/gno/prog.mk

View File

@ -1,10 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $Id: Makefile,v 1.2 1998/03/11 03:08:19 gdr-ftp Exp $
# $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