home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Serving the Web
/
ServingTheWeb1995.disc1of1.iso
/
linux
/
slacksrce
/
d
/
libc
/
libc-4.6
/
libc-4
/
libc-linux
/
yp
/
Makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1994-09-15
|
283 b
|
20 lines
#
# This is Makefile for YP functions.
#
TOPDIR=..
include $(TOPDIR)/Makeconfig
include $(TOPDIR)/Makerules
INC_CFLAGS=-I.
DIRS:=
SRCS = yp_xdr.c yppasswd_xdr.c yplib.c ypupdate_xdr.c yp_update.c
ASMS= $(SRCS:.c=.s)
OBJS= $(SRCS:.c=.o)
ALIASES=
include $(TOPDIR)/Maketargets