From 30af66026efb93da51ecf2c8ba4b6082cafcf57a Mon Sep 17 00:00:00 2001 From: Hans Insulander Date: Mon, 25 Jun 2001 15:48:17 +0000 Subject: -Wall -Werror --- libexec/login_krb5/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/login_krb5/Makefile b/libexec/login_krb5/Makefile index eee1b6c0d8e..c664dc4b37b 100644 --- a/libexec/login_krb5/Makefile +++ b/libexec/login_krb5/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2001/06/25 04:10:26 hin Exp $ +# $OpenBSD: Makefile,v 1.4 2001/06/25 15:48:16 hin Exp $ PROG= login_krb5 MAN= ${PROG}.8 LDADD= -lkrb5 -lasn1 -lcrypto -lcom_err -lkrb -CFLAGS+=-DKRB4 +CFLAGS+=-DKRB4 -Wall -Werror BINOWN= root BINGRP= auth -- cgit v1.2.3