home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Serving the Web
/
ServingTheWeb1995.disc1of1.iso
/
linux
/
slacksrce
/
d
/
libc
/
libc-4.6
/
libc-4
/
libc-linux
/
netgroup
/
Makefile
< prev
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-08-25
|
238 b
|
19 lines
#
# Makefile for grp functions
#
TOPDIR=..
include $(TOPDIR)/Makeconfig
include $(TOPDIR)/Makerules
INC_CFLAGS= -I. -I$(TOPDIR)
DIRS:=
SRCS= getnetgrent.c
SMS= $(SRCS:.c=.s)
OBJS= $(SRCS:.c=.o)
ALIASES=
include $(TOPDIR)/Maketargets