Update config.h and unbreak.

PR:		ports/71505
Submitted by:	maintainer
Approved by:	portmgr (marcus).
This commit is contained in:
Thierry Thomas 2004-09-24 05:22:57 +00:00
parent dccaf13db8
commit c6723a8a1a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118369

View file

@ -21,8 +21,8 @@
# You can choose ARCH as you wish, but it would generally
# be related to the output of the "uname" command.
#
BINDIR=$(NABHOME)/bin/$(ARCH)
LIBDIR=$(NABHOME)/lib/$(ARCH)
BINDIR=$(NABHOME)/bin/
LIBDIR=$(NABHOME)/lib/
INCDIR=$(NABHOME)/include
#
###############################################################################