summaryrefslogtreecommitdiff
path: root/devel/libshhopt/files/Makefile
blob: 0cc2ce8d365dc8e7ff4f32d3826f62dfe41560ad (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

PREFIX	= /usr/local
LIBDIR	= $(PREFIX)/lib
INCSDIR	= $(PREFIX)/include
INCDIR	= $(INCSDIR)		# for 4.x bsd.lib.mk

example:
	$(CC) -o example example.c -I$(INCDIR) -L$(LIBDIR) -lshhopt