diff options
author | 2001-06-05 10:24:15 +0000 | |
---|---|---|
committer | 2001-06-05 10:24:15 +0000 | |
commit | eac9dd1d8e1a2208befbf9b2f70ef09da13b76be (patch) | |
tree | f4e320aeb815bb3b7d66a9b9227336253a4ab06d | |
parent | Style. (diff) | |
download | wireguard-openbsd-eac9dd1d8e1a2208befbf9b2f70ef09da13b76be.tar.xz wireguard-openbsd-eac9dd1d8e1a2208befbf9b2f70ef09da13b76be.zip |
Undo accidentally commited changes.
-rw-r--r-- | kerberosIV/lib/kafs/Makefile | 10 | ||||
-rw-r--r-- | kerberosIV/src/appl/bsd/login_fbtab.c | 9 |
2 files changed, 6 insertions, 13 deletions
diff --git a/kerberosIV/lib/kafs/Makefile b/kerberosIV/lib/kafs/Makefile index c3c58104dc2..8ccff0b07d3 100644 --- a/kerberosIV/lib/kafs/Makefile +++ b/kerberosIV/lib/kafs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2001/06/05 10:10:58 hin Exp $ +# $OpenBSD: Makefile,v 1.8 2001/06/05 10:24:15 hin Exp $ LIB = kafs @@ -13,17 +13,11 @@ CFLAGS += -I${KRBSRC}/lib/kafs SRCS= afssys_openbsd.c \ afskrb.c \ + $(afskrb5_c) \ common.c \ kafs_locl.h \ afssysdefs.h -.include <bsd.own.mk> # for KERBEROS5 - -.if (${KERBEROS5:L} == "yes") -SRCS+= afskrb5.c -CFLAGS+=-DKRB5 -I${DESTDIR}/usr/include/kerberosV -.endif - MAN= kafs.3 MLINKS= kafs.3 k_hasafs.3 \ kafs.3 k_pioctl.3 \ diff --git a/kerberosIV/src/appl/bsd/login_fbtab.c b/kerberosIV/src/appl/bsd/login_fbtab.c index ede7268cc36..46ee2e9f2b7 100644 --- a/kerberosIV/src/appl/bsd/login_fbtab.c +++ b/kerberosIV/src/appl/bsd/login_fbtab.c @@ -1,14 +1,13 @@ /************************************************************************ -* Copyright 1995 by Wietse Venema. All rights reserved. Some individual -* files may be covered by other copyrights. +* Copyright 1995 by Wietse Venema. All rights reserved. * * This material was originally written and compiled by Wietse Venema at * Eindhoven University of Technology, The Netherlands, in 1990, 1991, * 1992, 1993, 1994 and 1995. * -* Redistribution and use in source and binary forms, with or without -* modification, are permitted provided that this entire copyright notice -* is duplicated in all such copies. +* Redistribution and use in source and binary forms are permitted +* provided that this entire copyright notice is duplicated in all such +* copies. * * This software is provided "as is" and without any expressed or implied * warranties, including, without limitation, the implied warranties of |