~cfuhrman/+junk/netbsd-othersrc-trunk

« back to all changes in this revision

Viewing changes to bin/ls/Makefile

  • Committer: stacktic
  • Date: 2009-03-23 21:04:00 UTC
  • Revision ID: svn-v4:288d5a72-fed7-e111-8680-000c29dcf8fe:trunk:1946
ImportedĀ fs-utilsĀ binaries

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#       $NetBSD: Makefile,v 1.14 2006/12/14 20:09:36 he Exp $
 
2
#       @(#)Makefile    8.1 (Berkeley) 6/2/93
 
3
 
 
4
PROG=   ls
 
5
SRCS=   cmp.c ls.c main.c print.c util.c
 
6
 
 
7
LDADD+= -lutil
 
8
DPADD+= ${LIBUTIL}
 
9
 
 
10
.include <bsd.prog.mk>