]>
Commit | Line | Data |
---|---|---|
e3d845fa A |
1 | Project = routed |
2 | Install_Dir = /sbin | |
b7080c8e A |
3 | |
4 | HFILES = af.h defs.h interface.h pathnames.h table.h trace.h | |
b7080c8e A |
5 | CFILES = af.c defs.c if.c inet.c input.c main.c output.c startup.c\ |
6 | tables.c timer.c trace.c | |
e3d845fa | 7 | MANPAGES = routed.8 |
b7080c8e | 8 | |
e3d845fa A |
9 | Extra_CC_Flags = -mdynamic-no-pic -dead_strip \ |
10 | -I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders | |
b7080c8e | 11 | |
e3d845fa | 12 | include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make |