6029888a3a
Also add RCSIDs.
8 lines
205 B
Makefile
8 lines
205 B
Makefile
# $NetBSD: Makefile,v 1.2 2000/10/07 18:37:09 bjh21 Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= sort
|
|
SRCS= append.c fields.c files.c fsort.c init.c msort.c sort.c tmp.c
|
|
|
|
.include <bsd.prog.mk>
|