summaryrefslogtreecommitdiff
path: root/mbone/sdr/files/Makefile.netbsd
blob: 4c6d1cf79afa7b7a6fac3f86b6e4d3ecf9aab8b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile.netbsd,v 1.4 1998/11/05 05:32:19 mycroft Exp $

CC	    = gcc -g -O
INCLUDES    = -I${LOCALBASE}/include/tk8.0 -I${LOCALBASE}/include/tcl8.0 -I${X11BASE}/include
LIBS	    = -L${LOCALBASE}/lib -ltk80 -ltcl80 -lm -L${X11BASE}/lib -lX11
CFLAGS	    = ${INCLUDES} -DNORANDPROTO -DUSE_PERROR -DAUTH -Werror

all::	sdr

install:
	${BSD_INSTALL_PROGRAM} sdr ${PREFIX}/bin