head	1.1;
branch	1.1.1;
access;
symbols
	LIBC_4_5_19:1.1.1.3
	LIBC_4_5_18:1.1.1.3
	LIBC_4_5_17:1.1.1.3
	LIBC_4_5_16:1.1.1.3
	LIBC_4_5_15:1.1.1.3
	LIBC_4_5_14:1.1.1.3
	LIBC_4_5_13:1.1.1.3
	LIBC_4_5_12:1.1.1.3
	LIBC_4_5_11:1.1.1.3
	LIBC_4_5_10:1.1.1.2
	LIBC_4_5_9:1.1.1.1
	LIBC_4_5_8:1.1.1.1
	LIBC_4_5_7:1.1.1.1
	LIBC:1.1.1;
locks; strict;
comment	@# @;


1.1
date	93.12.14.16.58.53;	author steinber;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	93.12.14.16.58.54;	author steinber;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	94.01.13.12.16.39;	author steinber;	state Exp;
branches;
next	1.1.1.3;

1.1.1.3
date	94.01.19.16.23.55;	author steinber;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@#
# libbsd	A collection of library modules similar or equal to their
#		BSD UNIX equivalents, to make the job of porting BSD pro-
#		grams to LINUX easier.
#
# Author:	Rick Sladkey, <jrs@@world.std.com>
#

include ../Makeconfig

include ../Makerules

LIB:=../libbsd.a

ifndef OPTFLAGS
OPTFLAGS= -O6 -fomit-frame-pointer
endif

CFLAGS = $(WFLAGS) $(OPTFLAGS) $(INC) # $(XCFLAGS)
INC= -I$(CROSSINCDIR)/bsd -I$(CROSSINCDIR)  \
	-include $(CROSSINCDIR)/bsd/bsd.h

DIRS:=
SRCS= daemon.c logwtmp.c logout.c pty.c login_tty.c \
	  sgtty.c cfsetspeed.c revoke.c getusersh.c setpassent.c \
	  snprintf.c checkrhosts.c # strsep.c roundup.c
ASMS= $(SRCS:.c=.s)
OBJS= $(SRCS:.c=.o)
 
all: lib libalias
  
include ../Maketargets
@


1.1.1.1
log
@LIBC_4_5_7
@
text
@@


1.1.1.2
log
@LIBC_4_5_10
@
text
@d9 1
a9 5
override STATIC=true
override SHARED=false
override DEBUG=false
override PROFILE=false
override CHECKER=false
a10 1
include ../Makeconfig
d13 5
a17 1
STATIC_LIB=../static/libbsd.a
d19 3
a21 2
INC_CFLAGS= -I$(CROSS_INCDIR)/bsd -I$(CROSS_INCDIR)  \
	-include $(CROSS_INCDIR)/bsd/bsd.h
d25 2
a26 2
	  sgtty.c cfsetspeed.c revoke.c setpassent.c \
	  snprintf.c checkrhosts.c # strsep.c roundup.c getusersh.c
d30 2
@


1.1.1.3
log
@LIBC_4_5_11
@
text
@d15 2
a16 2
# That is fake for SUBDIR.
JUMP_LIB=libbsd
d18 1
a18 1
TOPDIR=..
a19 5
include $(TOPDIR)/Makeconfig
include $(TOPDIR)/Makerules

STATIC_LIB=$(TOPDIR)/static/libbsd.a

d30 1
a30 1
include $(TOPDIR)/Maketargets
@
