diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-06-19 16:38:22 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-06-19 16:38:22 +0000 |
commit | 9d8c50856cbb4c4f6784c9de15da822945bbae53 (patch) | |
tree | 559ee177b129c7fbb59e44aaeb71d2d3875684a8 | |
parent | a3aa3d2ba844b01e7adb3a4ad35a3e0bf912aac9 (diff) |
Make gcc shut up about unused rcsids.
-rw-r--r-- | libexec/login_lchpass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/login_lchpass/Makefile b/libexec/login_lchpass/Makefile index 80c545afea7..9151f0ca2e1 100644 --- a/libexec/login_lchpass/Makefile +++ b/libexec/login_lchpass/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2001/01/28 19:34:30 niklas Exp $ +# $OpenBSD: Makefile,v 1.3 2001/06/19 16:38:21 millert Exp $ # BSDI $From: Makefile,v 1.2 1997/08/08 18:58:22 prb Exp $ @@ -7,7 +7,7 @@ SRCS= login_lchpass.c local_passwd.c pwd_check.c pwd_gensalt.c MAN= login_lchpass.8 .PATH: ${.CURDIR}/../../usr.bin/passwd -CFLAGS+=-Wall +CFLAGS+=-Wall -Wno-unused LDADD+= -lutil DPADD+= ${LIBUTIL} |