]>
Commit | Line | Data |
---|---|---|
1 | Project = dns | |
2 | ProductType = staticlib | |
3 | Install_Dir = /scratch | |
4 | BuildDebug = YES | |
5 | BuildProfile = YES | |
6 | ||
7 | CFILES = herror.c res_comp.c res_data.c res_debug.c\ | |
8 | res_init.c res_mkquery.c res_query.c res_send.c | |
9 | ||
10 | Extra_CC_Flags = -Wall -fno-common -I. \ | |
11 | -I../gen.subproj -I../lookup.subproj \ | |
12 | -DUSE_OPTIONS_H -D__DARWIN_NON_CANCELABLE=1 | |
13 | ||
14 | include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make | |
15 | ||
16 | after_install: | |
17 | $(INSTALL_DIRECTORY) "$(DSTROOT)"/usr/include/arpa | |
18 | $(INSTALL_FILE) inet.h "$(DSTROOT)"/usr/include/arpa/inet.h |