Makefile:

- set HAS_BSD_MANPAGE to 'true' -- get the right one when building
	  the release.
This commit is contained in:
gdr-ftp 1998-07-07 02:19:26 +00:00
parent 3689484d24
commit 4957db0caf
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
#
# $Id: Makefile,v 1.1 1998/06/23 23:23:52 gdr-ftp Exp $
# $Id: Makefile,v 1.2 1998/07/07 02:19:26 gdr-ftp Exp $
#
PROG = logger
STACK = 1280 # highest observed: 900-some-odd bytes
BINDIR = /usr/bin
HAS_BSD_MANPAGE = true
.INCLUDE: /src/gno/prog.mk