PORTNAME=	seq

PORTDIR=	port/seq
PORTLDFLAGS=

GCFLAGS=	-g -W0,-Nn8000
BKIFLAGS=	-DALLOW_PG_GROUP
LDFLAGS=	$(GCFLAGS)
CFLAGS=		$(GCFLAGS) \
		-I$(SD)/lib/H \
		-I$(SD)/lib/H/obsolete \
		-I$(OD)/lib/H \
		-I$(SD)/$(PORTDIR) \
		-I/usr/include \
		-I/usr/att/usr/include

DIRS=		./dirs.mk
LIBS=		-ll -lm -lc /usr/att/lib/libc.a
DEMOCCOPTS=

# the .NOEXPORT target keeps gnu make from exporting make variables into
# the environment.  if you take this out, execve can't handle the length
# of the envp vector.

.NOEXPORT:
