Add lomac.c.

Found by:	ken
This commit is contained in:
Brian Feldman 2001-11-27 06:15:12 +00:00
parent 94a0557ad7
commit 0cf1f69300
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86943

View File

@ -19,7 +19,7 @@ DPADD+= ${LIBOPIE}
LSDIR= ../../bin/ls
.PATH: ${.CURDIR}/${LSDIR}
SRCS+= ls.c cmp.c print.c util.c
SRCS+= ls.c cmp.c print.c util.c lomac.c
CFLAGS+=-Dmain=ls_main -I${.CURDIR}/${LSDIR}
.if !defined(NOPAM)