mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 11:57:43 +08:00
6 lines
136 B
Makefile
6 lines
136 B
Makefile
|
include ./Makefile.in
|
||
|
ifeq ($(findstring FreeBSD, $(UNIXNAME)), FreeBSD)
|
||
|
EXTLIBS += -L/usr/local/lib -liconv
|
||
|
endif
|
||
|
PROG = httpd_upload
|