File: Makefile

package info (click to toggle)
freebsd-quota 8.2-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 784 kB
  • sloc: ansic: 9,088; makefile: 98; sh: 60
file content (11 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$

PROG=	repquota
MAN=	repquota.8

LDADD=	-lbsd

WARNS?=	4

.include <bsd.prog.mk>