Add 'LDFLAGS+=-lio' on the Alpha for the implementations of inb/outb.

This commit is contained in:
Steve Price 2000-08-08 03:07:38 +00:00
parent 661b3f5303
commit 6660eb6390
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31405
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
--- Makefile.in.orig Sun Aug 6 21:31:45 2000
+++ Makefile.in Sun Aug 6 21:32:10 2000
@@ -3,6 +3,9 @@
DEFINES+= -DHAVE_CONFIG_H
CFLAGS+= -Wall $(DEFINES)
LDFLAGS+= -lcurses
+.if $(ARCH) == "alpha"
+LDFLAGS+= -lio
+.endif
HEADERS= lmmon.h
SRCS= lmmon.c

View File

@ -0,0 +1,12 @@
--- Makefile.in.orig Sun Aug 6 14:05:13 2000
+++ Makefile.in Sun Aug 6 14:05:48 2000
@@ -3,6 +3,9 @@
DEFINES+= -DHAVE_CONFIG_H #-DDEBUG
CFLAGS+= -Wall @XPM_CFLAGS@ $(DEFINES)
LDFLAGS+= -lXpm -lXext -lX11 @XPM_LIBS@
+.if ${ARCH} == "alpha"
+LDFLAGS+= -lio
+.endif
HEADERS= wmlmmon.h wmgeneral.h
SRCS= wmlmmon.c wmgeneral.c