]> git.cameronkatri.com Git - apple_cmds.git/blob - file_cmds/dd/Makefile
file_cmds: Fix BINDIRs, mtree enable algs
[apple_cmds.git] / file_cmds / dd / Makefile
1 PROG= dd
2 SRCS= args.c conv_tab.c conv.c dd.c misc.c position.c
3
4 BINDIR=/bin
5
6 .include <bsd.prog.mk>