Changeset View
Changeset View
Standalone View
Standalone View
share/examples/Makefile
| Show All 19 Lines | LDIRS= BSD_daemon \ | ||||
| kld \ | kld \ | ||||
| libvgl \ | libvgl \ | ||||
| mdoc \ | mdoc \ | ||||
| netgraph \ | netgraph \ | ||||
| oci \ | oci \ | ||||
| perfmon \ | perfmon \ | ||||
| ppi \ | ppi \ | ||||
| ppp \ | ppp \ | ||||
| printing \ | |||||
| ses \ | ses \ | ||||
| scsi_target \ | scsi_target \ | ||||
| sound \ | sound \ | ||||
| sunrpc \ | sunrpc \ | ||||
| ypldap | ypldap | ||||
| SE_DIRS+= BSD_daemon | SE_DIRS+= BSD_daemon | ||||
| ▲ Show 20 Lines • Show All 208 Lines • ▼ Show 20 Lines | SE_PPP= \ | ||||
| ppp.linkdown.span-isp.working \ | ppp.linkdown.span-isp.working \ | ||||
| ppp.linkup.sample \ | ppp.linkup.sample \ | ||||
| ppp.linkup.span-isp \ | ppp.linkup.span-isp \ | ||||
| ppp.linkup.span-isp.working \ | ppp.linkup.span-isp.working \ | ||||
| ppp.secret.sample \ | ppp.secret.sample \ | ||||
| ppp.secret.span-isp \ | ppp.secret.span-isp \ | ||||
| ppp.secret.span-isp.working | ppp.secret.span-isp.working | ||||
| .if ${MK_LPR} != "no" | |||||
| LDIRS+= printing | |||||
| SE_DIRS+= printing | SE_DIRS+= printing | ||||
| SE_PRINTINGPACKAGE=lp | SE_PRINTINGPACKAGE=lp | ||||
| SE_PRINTING= \ | SE_PRINTING= \ | ||||
| diablo-if-net \ | diablo-if-net \ | ||||
| hpdf \ | hpdf \ | ||||
| hpif \ | hpif \ | ||||
| hpof \ | hpof \ | ||||
| hprf \ | hprf \ | ||||
| hpvf \ | hpvf \ | ||||
| if-simple \ | if-simple \ | ||||
| if-simpleX \ | if-simpleX \ | ||||
| ifhp \ | ifhp \ | ||||
| make-ps-header \ | make-ps-header \ | ||||
| netprint \ | netprint \ | ||||
| psdf \ | psdf \ | ||||
| psdfX \ | psdfX \ | ||||
| psif \ | psif \ | ||||
| pstf \ | pstf \ | ||||
| pstfX | pstfX | ||||
| .endif | |||||
| SE_DIRS+= ses | SE_DIRS+= ses | ||||
| SE_SES= \ | SE_SES= \ | ||||
| Makefile \ | Makefile \ | ||||
| Makefile.inc | Makefile.inc | ||||
| SE_DIRS+= ses/getencstat | SE_DIRS+= ses/getencstat | ||||
| SE_SES_GETENCSTAT= \ | SE_SES_GETENCSTAT= \ | ||||
| ▲ Show 20 Lines • Show All 146 Lines • Show Last 20 Lines | |||||