diff options
Diffstat (limited to 'usr.bin/sendbug/Makefile')
-rw-r--r-- | usr.bin/sendbug/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/sendbug/Makefile b/usr.bin/sendbug/Makefile new file mode 100644 index 00000000000..bfa4e82f116 --- /dev/null +++ b/usr.bin/sendbug/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile,v 1.1 2007/03/23 01:47:11 ray Exp $ + +PROG=sendbug +SRCS=atomicio.c sendbug.c +COPTS+=-Wall -W + +.include <bsd.prog.mk> |