RCSid police, and eliminate obsolescent comment.

This commit is contained in:
mikel 1997-03-06 05:23:00 +00:00
parent 0bd8d27ab1
commit 96a22fa65f
1 changed files with 1 additions and 13 deletions

View File

@ -1,18 +1,6 @@
# $Id: Makefile,v 1.2 1994/12/22 11:31:31 cgd Exp $
# $NetBSD: Makefile,v 1.3 1997/03/06 05:23:00 mikel Exp $
PROG= ac
MAN= ac.8
# If "CONSOLE_TTY" is not defined, this program is compatible with the
# traditional implementation (using SunOS 4.x as the sample traditional
# implementation). This is the default.
#
# If "CONSOLE_TTY" is defined, it must be defined to the appropriate
# console name, e.g. "vga". Additionally, the various commented-out
# sections of the man page should be uncommented. This is not the
# default because of the inability to detect the proper console name
# easily, especially on m68k systems, which can share binaries.
#
#CFLAGS+=-DCONSOLE_TTY=\"vga\"
.include <bsd.prog.mk>