PROG= ps SRCS= fmt.c keyword.c nlist.c print.c ps.c tasks.c # I thought BINDIR was set for me but bsd.prog.mk, or bsd.obj.mk, but that # doens't seem to be the case. BINDIR= /bin # 4555 is -r-sr-xr-x, but 4755 matches 10.3 BINMODE= 4755 .include