]> git.saurik.com Git - apple/libinfo.git/blobdiff - dns.subproj/Makefile
Libinfo-330.3.tar.gz
[apple/libinfo.git] / dns.subproj / Makefile
index 356ebaf381b9d2ba5406ee86b857e9cdd44664fd..2c168dad255b7c035383e2f033b79bc2fbadb87c 100644 (file)
@@ -4,6 +4,9 @@ Install_Dir = /scratch
 BuildDebug = YES
 BuildProfile = YES
 
+Install_Headers_Directory = /usr/include/arpa
+Install_Headers = inet.h
+
 CFILES = herror.c res_comp.c res_data.c res_debug.c\
         res_init.c res_mkquery.c res_query.c res_send.c
 
@@ -12,7 +15,3 @@ Extra_CC_Flags = -Wall -fno-common -I. \
        -DUSE_OPTIONS_H -D__DARWIN_NON_CANCELABLE=1
 
 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
-
-after_install:
-       $(INSTALL_DIRECTORY) "$(DSTROOT)"/usr/include/arpa
-       $(INSTALL_FILE) inet.h "$(DSTROOT)"/usr/include/arpa/inet.h