]>
Commit | Line | Data |
---|---|---|
e3d845fa A |
1 | Project = bootparamd |
2 | Install_Dir = /usr/sbin | |
b7080c8e A |
3 | |
4 | CFILES = bootparamd.c bootparam_proc.c | |
e3d845fa A |
5 | RPCFILES = ../bootparams/bootparam_prot.x |
6 | RPCSVCFILES = ../bootparams/bootparam_prot.x | |
7 | MANPAGES = bootparamd.8 | |
b7080c8e | 8 | |
e3d845fa A |
9 | Extra_CC_Flags = -mdynamic-no-pic -dead_strip |
10 | #Extra_LD_Flags = -lbootparam | |
b7080c8e | 11 | |
e3d845fa | 12 | include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make |