blob: 2d7e33bd695225f4381a5329d68ccef9656e209e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
$NetBSD: patch-aa,v 1.2 2001/05/14 20:38:47 nathanw Exp $
--- Makefile.orig Sun Apr 15 20:56:31 2001
+++ Makefile Mon May 14 16:15:17 2001
@@ -34,8 +34,8 @@
#
# Pick your YACC processor
#
-YACC = bison -y
-# YACC = yacc
+# YACC = bison -y
+YACC = yacc
#
# Define the FLEX processor
@@ -51,11 +51,11 @@
# Use this to define the default device driver name
# for serial port connections.
#
-DEFAULT_SERIAL_NAME = "/dev/ttyS0"
+DEFAULT_SERIAL_NAME = "/dev/tty00"
# installation information
-BINDIR=/usr/local/bin
-MANDIR=/usr/local/man/man1
+BINDIR=${PREFIX}/bin
+MANDIR=${PREFIX}/man/man1
MANEXT=1
|