mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 21:13:11 +01:00
8 lines
112 B
Makefile
8 lines
112 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
PROG= startslip
|
|
SRCS= startslip.c
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.prog.mk>
|