tools/llvm: Do not build with symbols
[minix3.git] / minix / commands / readclock / Makefile
blob9ad0941936ca6200b28251ace88843cb81e32e9b
1 PROG= readclock
2 SRCS= readclock.c
3 BINDIR= /bin
5 # no man page here, it's handled in ../man/man8/
6 MAN=
8 .include <bsd.prog.mk>