blob: cb9bd71e88a5d50ac4ff41c19237074822386b6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#-------------------------------------------------------------------------
#
# Makefile.inc--
# Makefile for port/bsdi_2_1
#
# NOTES
# The BSD/OS port is included here by courtesy of Kurt Lidl.
#
# (5) 1994, Kurt Lidl, lidl@pix.com
#
#-------------------------------------------------------------------------
LDADD+= -ldl -lipc
|