diff options
Diffstat (limited to 'usr.bin/lam/Makefile')
-rw-r--r-- | usr.bin/lam/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/lam/Makefile b/usr.bin/lam/Makefile index 956087cd7f2..74a2ab00bfa 100644 --- a/usr.bin/lam/Makefile +++ b/usr.bin/lam/Makefile @@ -1,5 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 1997/09/21 11:49:24 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2018/07/29 11:27:14 schwarze Exp $ PROG= lam +SRCS= lam.c utf8.c .include <bsd.prog.mk> |