Put the sound stuff in alpabetic order.
[unix-history] / usr.bin / ctags / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.6 (Berkeley) 5/11/90
2
3PROG= ctags
4CFLAGS+=-I${.CURDIR}
5SRCS= C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c
6
7.include <bsd.prog.mk>