trailing comment after #else or #endif
[unix-history] / usr / src / usr.bin / sed / Makefile
CommitLineData
e09d5ad0 1# @(#)Makefile 5.1 (Berkeley) %G%
66456d87 2
662ace95 3PROG= sed
e09d5ad0 4SRCS= compile.c main.c misc.c process.c
66456d87 5
662ace95 6.include <bsd.prog.mk>