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