pkgsrc/editors/nedit/files/Makefile.source
hubertf 9d5f5ef02f This package doesn't need to link in Xpm (lesstif comes with it's own Xpm
it seems). Detected with this the only pkg installed. ;-)
1999-10-04 23:04:46 +00:00

12 lines
302 B
Makefile

# $NetBSD: Makefile.source,v 1.3 1999/10/04 23:04:46 hubertf Exp $
#
CC=cc
AR=ar
# For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS
CFLAGS=-O -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD
ARFLAGS=-ur
LIBS= -L/usr/X11R6/lib -lm -lXm -lXext -lXt -lSM -lICE -lX11
include Makefile.common