mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
Move tc-i386.c from Makefile to Makefile.i386 'cause alpha doesn't like trying to swallow it. Indigestion, I think.
7 lines
141 B
Makefile
7 lines
141 B
Makefile
#
|
|
# $Id: Makefile.i386,v 1.1 1998/03/12 02:54:57 jdp Exp $
|
|
#
|
|
|
|
BINDIR= /usr/bin
|
|
SRCS+= tc-alpha.c
|
|
LDADD+= -L${RELTOP}/libopcodes -lopcodes
|