freebsd-dev/sbin/startslip/Makefile
Stefan Farfeleder adb89653fc - Signal handlers must have an int argument.
- Use prototypes.
- Add a cast for a signed vs unsigned comparison.
- Mark as WARNS?=3 clean.
2004-08-02 08:10:28 +00:00

10 lines
132 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
PROG= startslip
WARNS?= 3
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>