home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-07-31 | 305 b | 18 lines |
- # Makefile
- #
- # (c) Copyright 1992 by David M. Siegel.
- # All rights reserved.
- #
- # $Id$
-
- include ../../include/conf.mk
-
- LIBNAME = libutil.a
-
- SRCS = alarm.c daemon.c dispatch.c file.c hash.c list.c net.c \
- pidlock.c reap.c show.c strcasecmp.c tcp.c tv.c
-
- LIBNAME = util
-
- include ../../make/lib.mk
-